Skip to content

Commit 39a8ec0

Browse files
committed
2 parents cf0cd70 + fd14a49 commit 39a8ec0

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)