apply black format

This commit is contained in:
B4rtware 2020-02-15 13:53:24 +01:00
parent 3dcdc01cd1
commit efe3bcf9b8
No known key found for this signature in database
GPG Key ID: 4D0752B5285F629A

View File

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