Skip to content

Commit 1df6108

Browse files
authored
Update test_sharding.py
1 parent 4c5acf1 commit 1df6108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v3/test_codecs/test_sharding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def test_pickle() -> None:
332332
assert pickle.loads(pickle.dumps(codec)) == codec
333333

334334

335-
@pytest.mark.parametrize("store", ("local", "memory"), indirect=["store"])
335+
@pytest.mark.parametrize("store", ["local", "memory"], indirect=["store"])
336336
@pytest.mark.parametrize(
337337
"index_location", [ShardingCodecIndexLocation.start, ShardingCodecIndexLocation.end]
338338
)

0 commit comments

Comments
 (0)