We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53cb5ce commit 4ea82acCopy full SHA for 4ea82ac
lib/node_modules/@stdlib/stats/base/ztest/one-sample/results/to-string/test/test.js
@@ -99,7 +99,7 @@ tape( 'the function throws an error if provided a `digits` option which is not a
99
}
100
});
101
102
-tape( 'the function throws an error if provided a `digits` option which is not a boolean', function test( t ) {
+tape( 'the function throws an error if provided a `decision` option which is not a boolean', function test( t ) {
103
var results;
104
var values;
105
var i;
0 commit comments