Skip to content

Commit 24e9471

Browse files
committed
test issue resolved
1 parent 702af79 commit 24e9471

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/base/mskunary4d/test

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tape( 'the function applies a provided callback to a nested input array and assi
4141
var y;
4242
var m;
4343

44-
shape = [ 1, 2, 2, 2 ];
44+
shape = [ 2, 1, 2, 2 ];
4545
x = [
4646
[
4747
[

0 commit comments

Comments
 (0)