Skip to content

Commit ad6be3a

Browse files
committed
test: fix broken test
1 parent f0bc593 commit ad6be3a

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/slice/seq2slice/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/slice/seq2slice/test/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ tape( 'the function returns results satisfying the `:n + n: = :` convention', fu
13411341
[ [ '5::-2', 10, false ], [ 5, null, -2 ] ],
13421342

13431343
[ [ ':5:-2', 5, false ], [ 4, 5, -2 ] ],
1344-
[ [ '5::-2', 5, false ], [ 5, null, -2 ] ],
1344+
[ [ '5::-2', 5, false ], [ 4, null, -2 ] ],
13451345

13461346
[ [ ':5:-2', 0, false ], [ 0, 0, -2 ] ],
13471347
[ [ '5::-2', 0, false ], [ 0, 0, -2 ] ],

0 commit comments

Comments
 (0)