Skip to content

Commit 5447cbf

Browse files
committed
Restore (0, 0) case
1 parent a28037d commit 5447cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_schunk_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@pytest.mark.parametrize(
2020
("nchunks", "nupdates"),
2121
[
22-
# (0, 0), # comment this out for testing
22+
(0, 0),
2323
(1, 1),
2424
(7, 3),
2525
],

0 commit comments

Comments
 (0)