Skip to content

Commit cc13ab7

Browse files
authored
test: update description
Signed-off-by: Athan <kgryte@gmail.com>
1 parent e3b4c8f commit cc13ab7

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/flipud/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/flipud/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ tape( 'the function returns a read-only view of a zero-dimensional input ndarray
9393
t.end();
9494
});
9595

96-
tape( 'the function returns a read-only view of a one-dimensional input ndarray (no change expected)', function test( t ) {
96+
tape( 'the function returns a read-only view of a one-dimensional input ndarray', function test( t ) {
9797
var expected;
9898
var actual;
9999
var buf;

0 commit comments

Comments
 (0)