Skip to content

Commit 4b2efb3

Browse files
🔬 test: 100% coverage for _rotate_left.
1 parent 127b5f8 commit 4b2efb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/rotate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test(immutability, 'ab', 100);
4545
test(immutability, 'abc', 0);
4646
test(immutability, 'abc', -1);
4747
test(immutability, 'abc', 1);
48-
test(immutability, 'abc', -100);
48+
test(immutability, 'abc', -101);
4949
test(immutability, 'abc', 100);
5050
test(immutability, list(range(1000)), 0);
5151
test(immutability, list(range(1000)), -1);

0 commit comments

Comments
 (0)