diff options
Diffstat (limited to 'tests/test_fields.py')
| -rw-r--r-- | tests/test_fields.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/test_fields.py b/tests/test_fields.py index 96d09900..5db381ac 100644 --- a/tests/test_fields.py +++ b/tests/test_fields.py @@ -859,7 +859,7 @@ class TestMultipleChoiceField(FieldValues):          ('aircon', 'manual'): set(['aircon', 'manual']),      }      invalid_inputs = { -        'abc': ['Expected a list of items but got type `str`'], +        'abc': ['Expected a list of items but got type `str`.'],          ('aircon', 'incorrect'): ['`incorrect` is not a valid choice.']      }      outputs = [ | 
