Skip to content

Commit

Permalink
Clean up test_relational_api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xzdandy committed Oct 4, 2023
1 parent 2b5ba6a commit 45af91e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def tearDown(self):
# todo: move these to relational apis as well
execute_query_fetch_all(self.evadb, """DROP TABLE IF EXISTS mnist_video;""")
execute_query_fetch_all(self.evadb, """DROP TABLE IF EXISTS meme_images;""")
execute_query_fetch_all(self.evadb, """DROP TABLE IF EXISTS dummy_table;""")

def test_relation_apis(self):
cursor = self.conn.cursor()
Expand Down

0 comments on commit 45af91e

Please sign in to comment.