Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Oct 22, 2024
1 parent b64ff96 commit 4b9433c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icechunk/src/zarr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2348,7 +2348,7 @@ mod tests {
store.checkout(VersionInfo::SnapshotId(new_snapshot_id.clone())).await.unwrap();
assert_eq!(store.get("array/c/0/1/0", &ByteRange::ALL).await.unwrap(), new_data);

store.tag("tag_0", &new_snapshot_id).await.unwrap();
store.tag("tag_0", &new_snapshot_id).await.unwrap();
store.checkout(VersionInfo::TagRef("tag_0".to_string())).await.unwrap();
assert_eq!(store.mode, AccessMode::ReadOnly);

Expand Down

0 comments on commit 4b9433c

Please sign in to comment.