Skip to content

Commit

Permalink
Update test/intl402/DurationFormat/prototype/format/digital-style-wit…
Browse files Browse the repository at this point in the history
…h-hours-display-auto-with-zero-hour.js

Co-authored-by: André Bargull <[email protected]>
  • Loading branch information
sosukesuzuki and anba authored Jan 12, 2025
1 parent fbce660 commit 29a1581
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ const durations = [
];

for (const [duration, expected] of durations) {
assert.sameValue(df.format(duration), expected, `Duration is ${duration}`);
assert.sameValue(df.format(duration), expected, `Duration is ${JSON.stringify(duration)}`);
}

0 comments on commit 29a1581

Please sign in to comment.