Skip to content

Commit ce8a312

Browse files
committed
test: update test description
1 parent 0dd9ce5 commit ce8a312

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/base/slice-dimension-from/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/slice-dimension-from/test/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ tape( 'in non-strict mode, the function returns an empty array when a starting i
187187
t.end();
188188
});
189189

190-
tape( 'the function returns an empty array when a starting index is the one more than the last index along a dimension', function test( t ) {
190+
tape( 'in non-strict mode, the function returns an empty array when a starting index is the one more than the last index along a dimension', function test( t ) {
191191
var actual;
192192
var values;
193193
var start;

0 commit comments

Comments
 (0)