Skip to content

Commit 5573d86

Browse files
committed
test: fix broken tests
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: passed - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 9d02160 commit 5573d86

30 files changed

Lines changed: 0 additions & 30 deletions

File tree

lib/node_modules/@stdlib/random/arcsine/test/test.factory.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ tape( 'the function returns a function which throws an error if provided a `dtyp
357357

358358
values = [
359359
'5',
360-
5,
361360
NaN,
362361
true,
363362
false,

lib/node_modules/@stdlib/random/bernoulli/test/test.factory.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ tape( 'the function returns a function which throws an error if provided a `dtyp
356356

357357
values = [
358358
'5',
359-
5,
360359
NaN,
361360
true,
362361
false,

lib/node_modules/@stdlib/random/beta/test/test.factory.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ tape( 'the function returns a function which throws an error if provided a `dtyp
357357

358358
values = [
359359
'5',
360-
5,
361360
NaN,
362361
true,
363362
false,

lib/node_modules/@stdlib/random/betaprime/test/test.factory.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ tape( 'the function returns a function which throws an error if provided a `dtyp
357357

358358
values = [
359359
'5',
360-
5,
361360
NaN,
362361
true,
363362
false,

lib/node_modules/@stdlib/random/binomial/test/test.factory.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ tape( 'the function returns a function which throws an error if provided a `dtyp
357357

358358
values = [
359359
'5',
360-
5,
361360
NaN,
362361
true,
363362
false,

lib/node_modules/@stdlib/random/cauchy/test/test.factory.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ tape( 'the function returns a function which throws an error if provided a `dtyp
357357

358358
values = [
359359
'5',
360-
5,
361360
NaN,
362361
true,
363362
false,

lib/node_modules/@stdlib/random/chi/test/test.factory.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ tape( 'the function returns a function which throws an error if provided a `dtyp
356356

357357
values = [
358358
'5',
359-
5,
360359
NaN,
361360
true,
362361
false,

lib/node_modules/@stdlib/random/chisquare/test/test.factory.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ tape( 'the function returns a function which throws an error if provided a `dtyp
356356

357357
values = [
358358
'5',
359-
5,
360359
NaN,
361360
true,
362361
false,

lib/node_modules/@stdlib/random/cosine/test/test.factory.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ tape( 'the function returns a function which throws an error if provided a `dtyp
357357

358358
values = [
359359
'5',
360-
5,
361360
NaN,
362361
true,
363362
false,

lib/node_modules/@stdlib/random/discrete-uniform/test/test.factory.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ tape( 'the function returns a function which throws an error if provided a `dtyp
357357

358358
values = [
359359
'5',
360-
5,
361360
NaN,
362361
true,
363362
false,

0 commit comments

Comments
 (0)