File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/node_modules/@stdlib/array/base/fliplr3d/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ tape( 'the function returns empty arrays if provided an array whose first dimens
116
116
t . end ( ) ;
117
117
} ) ;
118
118
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 ) {
120
120
var expected ;
121
121
var actual ;
122
122
var x ;
@@ -136,7 +136,7 @@ tape( 'the function returns empty arrays if provided an array whose second-to-la
136
136
t . end ( ) ;
137
137
} ) ;
138
138
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 ) {
140
140
var expected ;
141
141
var actual ;
142
142
var x ;
You can’t perform that action at this time.
0 commit comments