Skip to content

Commit 9a9f987

Browse files
authored
Merge pull request #302 from github/keithamus-patch-1
get main branch green
2 parents a80c1bf + c518ee0 commit 9a9f987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/relative-time.js

+1-1
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, '10y')
531+
assert.equal(time.shadowRoot.textContent, '11y')
532532
})
533533

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

0 commit comments

Comments
 (0)