We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b5ba6a commit 45af91eCopy full SHA for 45af91e
test/integration_tests/long/interfaces/relational/test_relational_api.py
@@ -57,6 +57,7 @@ def tearDown(self):
57
# todo: move these to relational apis as well
58
execute_query_fetch_all(self.evadb, """DROP TABLE IF EXISTS mnist_video;""")
59
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;""")
61
62
def test_relation_apis(self):
63
cursor = self.conn.cursor()
0 commit comments