Skip to content

Commit a3bea70

Browse files
Merge pull request #312 from github/test/update-failing-test
test: update assertion for test
2 parents 116003f + 870c9a4 commit a3bea70

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)