updating failing test
This commit is contained in:
@@ -158,9 +158,7 @@ class TestText(BaseCassEngTestCase):
|
||||
def test_min_length(self):
|
||||
#min len defaults to 1
|
||||
col = Text()
|
||||
|
||||
with self.assertRaises(ValidationError):
|
||||
col.validate('')
|
||||
col.validate('')
|
||||
|
||||
col.validate('b')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user