Skip to content

Commit 5142fa8

Browse files
committed
Fix formatting in test_dataset_rename for consistency
1 parent 8a6bf3b commit 5142fa8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

zcollection/tests/test_dataset.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,7 @@ def test_dataset_rename(
295295
assert 'var1' not in zds.variables
296296
assert 'var2' not in zds.variables
297297

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

302301

0 commit comments

Comments
 (0)