Skip to content

Commit

Permalink
address concerns
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Jul 30, 2022
1 parent 12963aa commit 4d2a242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration_tests/datasets/api_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@ def test_update_dataset_item_w_override_columns_same_columns(self):

columns = db.session.query(TableColumn).filter_by(table_id=dataset.id).all()
assert len(columns) != prev_col_len
assert len(columns) == 3
db.session.delete(dataset)
db.session.commit()

Expand Down

0 comments on commit 4d2a242

Please sign in to comment.