Skip to content

Commit 863eb11

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

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ tape( 'the function returns empty arrays if provided an array whose first dimens
116116
t.end();
117117
});
118118

119-
tape( 'the function returns empty arrays if provided an array whose second-to-last dimension has a length equal to zero', function test( t ) {
119+
tape( 'the function returns empty arrays if provided an array whose second dimension has a length equal to zero', function test( t ) {
120120
var expected;
121121
var actual;
122122
var x;
@@ -136,7 +136,7 @@ tape( 'the function returns empty arrays if provided an array whose second-to-la
136136
t.end();
137137
});
138138

139-
tape( 'the function returns empty arrays if provided an array whose last dimension has a length equal to zero', function test( t ) {
139+
tape( 'the function returns empty arrays if provided an array whose third dimension has a length equal to zero', function test( t ) {
140140
var expected;
141141
var actual;
142142
var x;

0 commit comments

Comments
 (0)