Remove failing on sqla 0.7.X assert

Change-Id: I70fdb94f50f29fe55a9bc170494cc235a30bbce8
This commit is contained in:
Sergey Lukjanov 2013-08-31 10:56:11 +04:00
parent 1a7dba6235
commit 604ed7f143
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ from savanna.db.sqlalchemy import types
class JsonEncodedTest(unittest2.TestCase):
def test_impl(self):
impl = types.JsonEncoded.impl
self.assertTrue(impl.hashable)
self.assertEqual(sa.Text, impl)
def test_process_bind_param(self):