Skip to content

Commit

Permalink
Fix failing test output
Browse files Browse the repository at this point in the history
  • Loading branch information
nekevss committed Jan 11, 2025
1 parent 2ac348a commit b646127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/engine/src/builtins/temporal/plain_date/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ fn string_null_option_value() {
run_test_actions([TestAction::assert_native_error(
"Temporal.PlainDate.from('1976-11-18Z', null)",
JsNativeErrorKind::Range,
"Error: Unexpected character found after parsing was completed.",
"RangeError: Unexpected character found after parsing was completed.",
)]);
}

0 comments on commit b646127

Please sign in to comment.