Skip to content

Commit afa0a17

Browse files
test: pass in missing opts argument
PR-URL: #5794 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 9b2d78d commit afa0a17

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/uniform/stdev/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/uniform/stdev/test/test.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ tape( 'if provided `a >= b`, the function returns `NaN`', opts, function test( t
7979
t.end();
8080
});
8181

82-
tape( 'the function returns the standard deviation of a uniform distribution', function test( t ) {
82+
tape( 'the function returns the standard deviation of a uniform distribution', opts, function test( t ) {
8383
var expected;
8484
var delta;
8585
var tol;

0 commit comments

Comments
 (0)