Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahxdu committed Oct 31, 2023
1 parent a3e8cd1 commit 0d1071c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/graphql/test_meal_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def test_update_meal_request(graphql_schema):
mealSuggestions: "Burritos"}},
onsiteStaff: [
{{name: "John Doe", email: "[email protected]", phone: "+1234567890"}},
{{name: "Jane Smith", email: "jane.smith@example.com", phone: "+9876543210"}}],
{{name: "Jane Smith", email: "[email protected]", phone: "+9876543210"}}],
requestor: "507f1f77bcf86cd799439011",
mealRequestId: "{created_meal_request_id}"
)
Expand Down

0 comments on commit 0d1071c

Please sign in to comment.