fix black format issue

This commit is contained in:
B4rtware 2020-02-18 00:54:37 +01:00
parent efe3bcf9b8
commit 474390afff
No known key found for this signature in database
GPG Key ID: 4D0752B5285F629A

View File

@ -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