Skip to content

Commit 04578c0

Browse files
committed
Fix error message in test_dataset_rename for clarity
1 parent 0752c7b commit 04578c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zcollection/tests/test_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def test_dataset_rename(
296296
assert 'var2' not in zds.variables
297297

298298
with pytest.raises(ValueError,
299-
match='.* already already exists in the dataset'):
299+
match='.* already exists in the dataset'):
300300
zds.rename({'var3': 'var4'})
301301

302302

0 commit comments

Comments
 (0)