diff options
Diffstat (limited to 'test/sql/test_selectable.py')
| -rw-r--r-- | test/sql/test_selectable.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sql/test_selectable.py b/test/sql/test_selectable.py index 9c1f44e1a..4bbcf61d2 100644 --- a/test/sql/test_selectable.py +++ b/test/sql/test_selectable.py @@ -161,7 +161,6 @@ class SelectableTest(fixtures.TestBase, AssertsExecutionResults, AssertsCompiled criterion = a.c.col1 == table2.c.col2 self.assert_(criterion.compare(j.onclause)) - def test_union(self): # tests that we can correspond a column in a Select statement |
