Skip to content

Commit 98bfa37

Browse files
authored
Update test.native.js
Signed-off-by: Aadish Jain <[email protected]>
1 parent 04f1d55 commit 98bfa37

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/weibull/quantile/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/weibull/quantile/test/test.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tape( 'main export is a function', opts, function test( t ) {
5151
t.ok( true, __filename );
5252
t.strictEqual( typeof quantile, 'function', 'main export is a function' );
5353
t.end();
54-
} );
54+
});
5555

5656
tape( 'if provided `NaN` for any parameter, the function returns `NaN`', opts, function test( t ) {
5757
var y = quantile( NaN, 1.0, 1.0 );

0 commit comments

Comments
 (0)