Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonbb committed Dec 4, 2023
1 parent 046942b commit dd22e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tape_tests/test_ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,8 @@ def test_sync_tables(data_fixture, request, legacy):
assert dropped_obj_id not in parquet_ensemble.object.index.compute().values

# Dirty flags should be unset after sync
assert not parquet_ensemble.object_dirty
assert not parquet_ensemble.source_dirty
assert not parquet_ensemble.object.is_dirty()
assert not parquet_ensemble.source.is_dirty()

# Make sure that divisions are preserved
if data_fixture == "parquet_ensemble_with_divisions":
Expand Down

0 comments on commit dd22e9e

Please sign in to comment.