8000 Merge branch 'main' into fix-types-react19 · github/relative-time-element@50cdcc4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 50cdcc4

Browse files
Merge branch 'main' into fix-types-react19
2 parents abbacc9 + a3bea70 commit 50cdcc4

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
@@ -528,7 +528,7 @@ suite('relative-time', function () {
528528
time.setAttribute('datetime', datetime)
529529
time.setAttribute('format', 'micro')
530530
await Promise.resolve()
531-
assert.equal(time.shadowRoot.textContent, '11y')
531+
assert.equal(time.shadowRoot.textContent, '10y')
532532
})
533533

534534
test('micro formats future times', async () => {

0 commit comments

Comments
 (0)
0