Skip to content

Commit 91d425a

Browse files
formanthomasstorm
andauthored
Update tests/test_api.py
Co-authored-by: Thomas Storm <[email protected]>
1 parent dfa92a5 commit 91d425a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def test_some_slices_local_output_to_existing_dir_force_new(self):
130130
target_ds = xr.open_zarr(target_dir)
131131
self.assertEqual({"time": 9, "y": 50, "x": 100}, target_ds.sizes)
132132

133-
# Expect no changes, even if force_new=True
133+
# Expect no changes, even if force_new=True, because dry_run=True
134134
zappend(slices, target_dir=target_dir, force_new=True, dry_run=True)
135135
target_ds = xr.open_zarr(target_dir)
136136
self.assertEqual({"time": 9, "y": 50, "x": 100}, target_ds.sizes)

0 commit comments

Comments
 (0)