We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63fd983 commit 38709d8Copy full SHA for 38709d8
graphene_django/tests/test_command.py
@@ -46,7 +46,7 @@ class Query(ObjectType):
46
open_mock.assert_called_once()
47
48
handle = open_mock()
49
- assert handle.write.called_once()
+ handle.write.assert_called_once()
50
51
schema_output = handle.write.call_args[0][0]
52
assert schema_output == dedent(
0 commit comments