We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127b5f8 commit 4b2efb3Copy full SHA for 4b2efb3
test/src/rotate.js
@@ -45,7 +45,7 @@ test(immutability, 'ab', 100);
45
test(immutability, 'abc', 0);
46
test(immutability, 'abc', -1);
47
test(immutability, 'abc', 1);
48
-test(immutability, 'abc', -100);
+test(immutability, 'abc', -101);
49
test(immutability, 'abc', 100);
50
test(immutability, list(range(1000)), 0);
51
test(immutability, list(range(1000)), -1);
0 commit comments