Skip to content

Commit

Permalink
records clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Mar 18, 2022
1 parent 81acfec commit c78fc04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration_tests/model_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,9 @@ def test_data_for_slices_with_adhoc_column(self):
datasource_info = slc.datasource.data_for_slices([slc])
assert "database" in datasource_info

# clean up and auto commit
metadata_db.session.delete(slc)


def test_literal_dttm_type_factory():
orig_type = DateTime()
Expand Down

0 comments on commit c78fc04

Please sign in to comment.