Skip to content

Commit 2c503c1

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

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
@@ -135,7 +135,7 @@ def test_some_slices_local_output_to_existing_dir_force_new(self):
135135
target_ds = xr.open_zarr(target_dir)
136136
self.assertEqual({"time": 9, "y": 50, "x": 100}, target_ds.sizes)
137137

138-
# Expect a lock file to be deleted to
138+
# Expect the lock file to be deleted too
139139
lock_file = Transaction.get_lock_file(FileObj(target_dir))
140140
lock_file.write("")
141141
self.assertEqual(True, lock_file.exists())

0 commit comments

Comments
 (0)