Skip to content

Commit 45af91e

Browse files
committed
Clean up test_relational_api.py
1 parent 2b5ba6a commit 45af91e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration_tests/long/interfaces/relational/test_relational_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def tearDown(self):
5757
# todo: move these to relational apis as well
5858
execute_query_fetch_all(self.evadb, """DROP TABLE IF EXISTS mnist_video;""")
5959
execute_query_fetch_all(self.evadb, """DROP TABLE IF EXISTS meme_images;""")
60+
execute_query_fetch_all(self.evadb, """DROP TABLE IF EXISTS dummy_table;""")
6061

6162
def test_relation_apis(self):
6263
cursor = self.conn.cursor()

0 commit comments

Comments
 (0)