Skip to content

Commit dfa92a5

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

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
@@ -120,7 +120,7 @@ def test_some_slices_local_output_to_existing_dir_force_new(self):
120120
for uri in slices:
121121
make_test_dataset(uri=uri)
122122

123-
# Expect nothing else to happen, even that force_new=True.
123+
# Expect nothing else to happen, even though force_new=True.
124124
zappend(slices[:1], target_dir=target_dir, force_new=True)
125125
target_ds = xr.open_zarr(target_dir)
126126
self.assertEqual({"time": 3, "y": 50, "x": 100}, target_ds.sizes)

0 commit comments

Comments
 (0)