diff options
Diffstat (limited to 'test/dialect/mysql.py')
-rw-r--r-- | test/dialect/mysql.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dialect/mysql.py b/test/dialect/mysql.py index 63df5dd13..c74de74ee 100644 --- a/test/dialect/mysql.py +++ b/test/dialect/mysql.py @@ -263,6 +263,7 @@ class TypesTest(AssertMixin): ('a', 'a', 'a', 'a'), ('b', 'b', 'b', 'b'), ('', '', 'a', 'a')]) + enum_table.drop() if __name__ == "__main__": testbase.main() |