mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-13 01:32:24 +03:00
fix black format issue
This commit is contained in:
parent
efe3bcf9b8
commit
474390afff
|
@ -229,7 +229,7 @@ def test_perform_mutate_success():
|
|||
result = MyMethodMutation.mutate_and_get_payload(
|
||||
None,
|
||||
mock_info(),
|
||||
**{"cool_name": "Narf", "last_edited": datetime.date(2020, 1, 4),}
|
||||
**{"cool_name": "Narf", "last_edited": datetime.date(2020, 1, 4)}
|
||||
)
|
||||
|
||||
assert result.errors is None
|
||||
|
|
Loading…
Reference in New Issue
Block a user