fixed tests for IS_LIST_OF

This commit is contained in:
mdipierro
2018-06-01 12:56:45 -05:00
parent c3f11dc976
commit 7fce2d04af
4 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -2568,8 +2568,7 @@ class IS_DATETIME_IN_RANGE(IS_DATETIME):
class IS_LIST_OF(Validator):
def __init__(self, other=None, minimum=None, maximum=None,
error_message=None):
def __init__(self, other=None, minimum=None, maximum=None, error_message=None):
self.other = other
self.minimum = minimum
self.maximum = maximum