Skip to content

Commit

Permalink
Merge branch 'main' into rounding
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored Jan 13, 2025
2 parents f936f7a + 9a9f987 commit 9b17ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/relative-time.js
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ suite('relative-time', function () {
time.setAttribute('datetime', datetime)
time.setAttribute('format', 'micro')
await Promise.resolve()
assert.equal(time.shadowRoot.textContent, '10y')
assert.equal(time.shadowRoot.textContent, '11y')
})

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

0 comments on commit 9b17ffd

Please sign in to comment.