Skip to content

Commit 81fca71

Browse files
committed
test: fix test failures
--- 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: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent fa71a1e commit 81fca71

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/_tools/eslint/rules/doctest/test/fixtures

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/_tools/eslint/rules/doctest/test/fixtures/invalid.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,11 +302,11 @@ test = {
302302
].join( '\n' ),
303303
'errors': [
304304
{
305-
'message': 'Encountered an error while running code: `invalid argument. Minimum support `a` must be less than maximum support `b`. Value: `[13,9]`.`. Did you mean to include a `// throws <RangeError>` annotation instead of `// returns <RangeError>`?',
305+
'message': 'Encountered an error while running code: `invalid argument. Minimum support must be less than maximum support. Value: `[13.000000, 9.000000]`.`. Did you mean to include a `// throws <RangeError>` annotation instead of `// returns <RangeError>`?',
306306
'type': null
307307
},
308308
{
309-
'message': 'Encountered an error while running code: `invalid argument. Minimum support `a` must be less than maximum support `b`. Value: `[3,1]`.`. Did you mean to include a `// throws <RangeError>` annotation instead of `// returns <RangeError>`?',
309+
'message': 'Encountered an error while running code: `invalid argument. Minimum support must be less than maximum support. Value: `[3.000000, 1.000000]`.`. Did you mean to include a `// throws <RangeError>` annotation instead of `// returns <RangeError>`?',
310310
'type': null
311311
}
312312
],

0 commit comments

Comments
 (0)