Skip to content

Commit 59f4ddc

Browse files
Daniel JohnstonDaniel Johnston
authored andcommitted
Removed white space.
1 parent 606575a commit 59f4ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene/types/tests/test_argument.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_to_arguments_raises_if_field():
4848

4949
with pytest.raises(ValueError) as exc_info:
5050
to_arguments(args)
51-
51+
5252
assert str(exc_info.value) == 'Expected arg_string to be Argument, but received Field. Try using Argument(String).'
5353

5454

0 commit comments

Comments
 (0)