Skip to content

Commit

Permalink
Merge pull request #6351 from noahnovsak/drop-table
Browse files Browse the repository at this point in the history
[FIX] Drop table after testing
  • Loading branch information
PrimozGodec authored Mar 3, 2023
2 parents 8b8b358 + 352f433 commit a2cfc31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Orange/tests/sql/test_sql_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ def test_time_date(self):

sql_table = SqlTable(conn, table_name, inspect_values=True)
self.assertFirstAttrIsInstance(sql_table, TimeVariable)
self.drop_sql_table(table_name)

@dbt.run_on(["postgres"])
def test_time_time(self):
Expand Down

0 comments on commit a2cfc31

Please sign in to comment.