Skip to content

Commit

Permalink
Update test_timetravel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiannucci authored Feb 23, 2025
1 parent 54b3d4d commit 8a77d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icechunk-python/tests/test_timetravel.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ async def test_session_with_as_of() -> None:
times = []
group = zarr.group(store=store, overwrite=True)
sid = session.commit("root")
times.append(next(repo.ancestry(snapshot=sid)).written_at)
times.append(next(repo.ancestry(snapshot_id=sid)).written_at)

for i in range(5):
session = repo.writable_session("main")
Expand Down

0 comments on commit 8a77d80

Please sign in to comment.