Skip to content

Commit eac60e2

Browse files
sosukesuzukianba
authored andcommitted
Update test/intl402/DurationFormat/prototype/format/digital-style-with-hours-display-auto-with-zero-hour.js
Co-authored-by: André Bargull <andre.bargull@gmail.com>
1 parent 5400165 commit eac60e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/intl402/DurationFormat/prototype/format/digital-style-with-hours-display-auto-with-zero-hour.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ const durations = [
3232
];
3333

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

0 commit comments

Comments
 (0)