Removed white space.

This commit is contained in:
Daniel Johnston 2017-05-05 14:23:21 -07:00
parent 606575a2b0
commit 59f4ddcd94

View File

@ -48,7 +48,7 @@ def test_to_arguments_raises_if_field():
with pytest.raises(ValueError) as exc_info: with pytest.raises(ValueError) as exc_info:
to_arguments(args) to_arguments(args)
assert str(exc_info.value) == 'Expected arg_string to be Argument, but received Field. Try using Argument(String).' assert str(exc_info.value) == 'Expected arg_string to be Argument, but received Field. Try using Argument(String).'