From d58846ba7ec9897fad6a0aea9261c9f033489275 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 1 Jul 2015 17:47:26 -0400 Subject: [PATCH] - increase the varchar here --- test/orm/test_unitofworkv2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/orm/test_unitofworkv2.py b/test/orm/test_unitofworkv2.py index 35d32a6b34..9e9f400be5 100644 --- a/test/orm/test_unitofworkv2.py +++ b/test/orm/test_unitofworkv2.py @@ -1887,7 +1887,7 @@ class TypeWoBoolTest(fixtures.MappedTest, testing.AssertsExecutionResults): Column('id', Integer, primary_key=True, test_needs_autoincrement=True), Column('value', MyType), - Column('unrelated', String(10)) + Column('unrelated', String(50)) ) @classmethod -- 2.47.3