Skip to content

Commit bb50ce3

Browse files
committed
test: update test descriptions
1 parent 863eb11 commit bb50ce3

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/array/base/fliplr2d/test

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/array/base/fliplr2d/test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ tape( 'the function reverses the order of elements along the last dimension', fu
8282
t.end();
8383
});
8484

85-
tape( 'the function returns empty arrays if provided an array whose second-to-last dimension has a length equal to zero', function test( t ) {
85+
tape( 'the function returns empty arrays if provided an array whose first dimension has a length equal to zero', function test( t ) {
8686
var expected;
8787
var actual;
8888
var x;
@@ -96,7 +96,7 @@ tape( 'the function returns empty arrays if provided an array whose second-to-la
9696
t.end();
9797
});
9898

99-
tape( 'the function returns empty arrays if provided an array whose last dimension has a length equal to zero', function test( t ) {
99+
tape( 'the function returns empty arrays if provided an array whose second dimension has a length equal to zero', function test( t ) {
100100
var expected;
101101
var actual;
102102
var x;

0 commit comments

Comments
 (0)