mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-13 01:32:24 +03:00
apply black format
This commit is contained in:
parent
3dcdc01cd1
commit
efe3bcf9b8
|
@ -229,10 +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