From 0d1071c227ee1ee0507fe3c2d6c426504aec4e21 Mon Sep 17 00:00:00 2001 From: hannahxdu <76927277+hannahxdu@users.noreply.github.com> Date: Mon, 30 Oct 2023 21:40:46 -0400 Subject: [PATCH] lint --- backend/tests/graphql/test_meal_request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/tests/graphql/test_meal_request.py b/backend/tests/graphql/test_meal_request.py index 8917d291..1851402b 100644 --- a/backend/tests/graphql/test_meal_request.py +++ b/backend/tests/graphql/test_meal_request.py @@ -125,7 +125,7 @@ def test_update_meal_request(graphql_schema): mealSuggestions: "Burritos"}}, onsiteStaff: [ {{name: "John Doe", email: "john.doe@example.com", phone: "+1234567890"}}, - {{name: "Jane Smith", email: "jane.smith@example.com", phone: "+9876543210"}}], + {{name: "Jane Smith", email: "jane@example.com", phone: "+9876543210"}}], requestor: "507f1f77bcf86cd799439011", mealRequestId: "{created_meal_request_id}" )