summaryrefslogtreecommitdiff
path: root/test/dialect/mysql/test_deprecations.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/dialect/mysql/test_deprecations.py')
-rw-r--r--test/dialect/mysql/test_deprecations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dialect/mysql/test_deprecations.py b/test/dialect/mysql/test_deprecations.py
index b2bd99d82..32ec5e300 100644
--- a/test/dialect/mysql/test_deprecations.py
+++ b/test/dialect/mysql/test_deprecations.py
@@ -14,7 +14,7 @@ class CompileTest(AssertsCompiledSQL, fixtures.TestBase):
__dialect__ = mysql.dialect()
def test_distinct_string(self):
- s = select(["*"]).select_from(table("foo"))
+ s = select("*").select_from(table("foo"))
s._distinct = "foo"
with expect_deprecated(