Skip to content

Commit b6dbae3

Browse files
Update test/relative-time.js
Co-authored-by: Keith Cirkel <keithamus@users.noreply.github.com>
1 parent b6136cc commit b6dbae3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/relative-time.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,6 @@ suite('relative-time', function () {
440440
const element = document.createElement('relative-time')
441441
element.setAttribute('datetime', now)
442442
element.setAttribute('lang', 'does-not-exist')
443-
assert.doesNotThrow(() => element.attributeChangedCallback('lang', null, null))
444443

445444
await Promise.resolve()
446445
assert.equal(element.shadowRoot.textContent, 'now')

0 commit comments

Comments
 (0)