diff options
Diffstat (limited to 'test/sql/test_selectable.py')
| -rw-r--r-- | test/sql/test_selectable.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sql/test_selectable.py b/test/sql/test_selectable.py index 2ac04dce3..16afcfc32 100644 --- a/test/sql/test_selectable.py +++ b/test/sql/test_selectable.py @@ -777,6 +777,7 @@ class AnonLabelTest(fixtures.TestBase): eq_(str(select([c1.label('y')])), "SELECT x AS y") class JoinConditionTest(fixtures.TestBase, AssertsExecutionResults, AssertsCompiledSQL): + __dialect__ = 'default' def test_join_condition(self): m = MetaData() |
