File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/node_modules/@stdlib/array/base/flipud2d/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ tape( 'the function reverses the order of elements along the second-to-last dime
82
82
t . end ( ) ;
83
83
} ) ;
84
84
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 ) {
86
86
var expected ;
87
87
var actual ;
88
88
var x ;
@@ -96,7 +96,7 @@ tape( 'the function returns empty arrays if provided an array whose second-to-la
96
96
t . end ( ) ;
97
97
} ) ;
98
98
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 ) {
100
100
var expected ;
101
101
var actual ;
102
102
var x ;
You can’t perform that action at this time.
0 commit comments