8000 Fix 'ignores blank format' test which omitted the year in 2022 · github/relative-time-element@e672e74 · GitHub
[go: up one dir, main page]

Skip to content

Commit e672e74

Browse files
committed
Fix 'ignores blank format' test which omitted the year in 2022
1 parent a50a39b commit e672e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/relative-time.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ suite('relative-time', function () {
384384
time.setAttribute('lang', 'en-US')
385385
time.setAttribute('format', '')
386386
await Promise.resolve()
387-
assert.equal(time.shadowRoot.textContent, 'on Jan 10')
387+
assert.equal(time.shadowRoot.textContent, 'on Jan 10, 2022')
388388
})
389389

390390
const esLangSupport = (function () {

0 commit comments

Comments
 (0)
0