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 5a6efed commit 1fe6f65Copy full SHA for 1fe6f65
lib/node_modules/@stdlib/stats/base/dists/weibull/logcdf/test/test.native.js
@@ -49,7 +49,7 @@ var opts = {
49
50
tape( 'main export is a function', opts, function test( t ) {
51
t.ok( true, __filename );
52
- t.strictEqual( typeof cdf, 'function', 'main export is a function' );
+ t.strictEqual( typeof logcdf, 'function', 'main export is a function' );
53
t.end();
54
});
55
0 commit comments