diff options
Diffstat (limited to 'test/ext/asyncio/test_session_py3k.py')
-rw-r--r-- | test/ext/asyncio/test_session_py3k.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ext/asyncio/test_session_py3k.py b/test/ext/asyncio/test_session_py3k.py index a374728f7..e1991493b 100644 --- a/test/ext/asyncio/test_session_py3k.py +++ b/test/ext/asyncio/test_session_py3k.py @@ -759,6 +759,7 @@ class AsyncORMBehaviorsTest(AsyncFixture): (exc.StatementError, exc.MissingGreenlet) ): a1.b = b2 + else: a1.b = b2 |