remove whitespace

This commit is contained in:
Patric Schmitz 2015-11-28 18:57:41 +01:00
parent 03ba38578e
commit dbc6f63fc0

View File

@ -286,7 +286,7 @@ class TestMappingType:
def test_mapping_type_matches_valid_values(self, typ):
assert list(sorted(typ.MAPPING)) == list(sorted(typ.valid_values))
class TestString:
"""Test String."""