Skip to content

Commit 870c9a4

Browse files
committed
test: update assertion for test
1 parent 116003f commit 870c9a4

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)