Skip to content

Commit 03bcab1

Browse files
committed
Update test_decorators.py
1 parent 7928675 commit 03bcab1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/searchcommands/test_decorators.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ def test_option(self):
381381
validators.Fieldname: ('some.field_name', 'non-fieldname value'),
382382
validators.File: (__file__, 'non-existent file'),
383383
validators.Integer: ('100', 'non-integer value'),
384+
validators.Float: ('99.9', 'non-float value'),
384385
validators.List: ('a,b,c', '"non-list value'),
385386
validators.Map: ('foo', 'non-existent map entry'),
386387
validators.Match: ('123-45-6789', 'not a social security number'),

0 commit comments

Comments
 (0)