Skip to content

Commit

Permalink
more test assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhem-dvr committed Oct 4, 2023
1 parent e5a1952 commit a02d3a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tests/test_delete.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def test_delete_no_predicates(existing_table: DeltaTable):

dataset = existing_table.to_pyarrow_dataset()
assert dataset.count_rows() == 0
assert len(existing_table.files()) == 0


def test_delete_a_partition(tmp_path: pathlib.Path, sample_data: pa.Table):
Expand Down

0 comments on commit a02d3a0

Please sign in to comment.