Skip to content

Commit

Permalink
ci: fix commit parameter in test_fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
fecet committed Jan 5, 2025
1 parent a91e911 commit 22a18b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/python/tests/test_fragment.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def test_create_from_file(tmp_path):
new_fragments=[frag],
)
op = LanceOperation.Rewrite(groups=[group], rewritten_indices=[])
dataset = lance.LanceDataset.commit(dataset.uri, op, dataset.version)
dataset = lance.LanceDataset.commit(dataset.uri, op, read_version=dataset.version)

assert dataset.count_rows() == 1600
assert len(dataset.get_fragments()) == 1
Expand Down

0 comments on commit 22a18b6

Please sign in to comment.