Skip to content

Commit 4ee9b26

Browse files
committed
Fix test
1 parent 61fc910 commit 4ee9b26

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/iter/linspace/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/iter/linspace/test/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ tape( 'the function throws an error if provided a second argument which is not a
141141

142142
function badValue( value ) {
143143
return function badValue() {
144-
iterLinspace( 0, value );
144+
iterLinspace( 0, value, 1000 );
145145
};
146146
}
147147
});

0 commit comments

Comments
 (0)