Removed white space.

This commit is contained in:
Daniel Johnston 2017-05-05 14:23:51 -07:00
parent 59f4ddcd94
commit 7642644d82

View File

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