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 e3b4c8f commit cc13ab7Copy full SHA for cc13ab7
lib/node_modules/@stdlib/ndarray/flipud/test/test.js
@@ -93,7 +93,7 @@ tape( 'the function returns a read-only view of a zero-dimensional input ndarray
93
t.end();
94
});
95
96
-tape( 'the function returns a read-only view of a one-dimensional input ndarray (no change expected)', function test( t ) {
+tape( 'the function returns a read-only view of a one-dimensional input ndarray', function test( t ) {
97
var expected;
98
var actual;
99
var buf;
0 commit comments