Skip to content

Commit 7642644

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

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
@@ -59,5 +59,5 @@ def test_to_arguments_raises_if_inputfield():
5959

6060
with pytest.raises(ValueError) as exc_info:
6161
to_arguments(args)
62-
62+
6363
assert str(exc_info.value) == 'Expected arg_string to be Argument, but received InputField. Try using Argument(String).'

0 commit comments

Comments
 (0)