Skip to content

Commit fd14a49

Browse files
davhdavhCopilot
andauthored
Update test/relative-time.js
Co-authored-by: Copilot <[email protected]>
1 parent 61b536b commit fd14a49

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
@@ -2614,7 +2614,7 @@ suite('relative-time', function () {
26142614
el.setAttribute('time-zone', 'Asia/Tokyo')
26152615
await Promise.resolve()
26162616
assert.notEqual(el.shadowRoot.textContent, initial)
2617-
assert.equal(el.shadowRoot.textContent, "Wed, Jan 1, 2020, 9:00:00 PM")
2617+
assert.equal(el.shadowRoot.textContent, 'Wed, Jan 1, 2020, 9:00:00 PM')
26182618
})
26192619

26202620
test('ignores empty time-zone attributes', async () => {

0 commit comments

Comments
 (0)