Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Mar 15, 2024
1 parent 468d25e commit d35d255
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 @@ -482,7 +482,7 @@ suite('relative-time', function () {
time.setAttribute('datetime', datetime)
time.setAttribute('format', 'micro')
await Promise.resolve()
assert.equal(time.shadowRoot.textContent, '11y')
assert.equal(time.shadowRoot.textContent, '10y')
})

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

0 comments on commit d35d255

Please sign in to comment.