Skip to content

Commit 1b94b32

Browse files
committed
test: fix test description
1 parent a405ab5 commit 1b94b32

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/flags/test/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ tape( 'the function accepts minimal ndarray-like objects', function test( t ) {
133133
t.end();
134134
});
135135

136-
tape( 'the function supports returning a guaranteed copy of an input ndarray flags', function test( t ) {
136+
tape( 'the function supports returning a guaranteed copy of an input ndarray\'s flags', function test( t ) {
137137
var expected;
138138
var values;
139139
var out;

0 commit comments

Comments
 (0)