updating failing test

This commit is contained in:
Blake Eggleston
2013-06-20 10:48:10 -07:00
parent 6587d383c2
commit 9634f47ea5

View File

@@ -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')