Skip to content

Commit b439bf6

Browse files
committed
typo
1 parent ad2af2d commit b439bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ suite('include-fragment-element', function () {
342342
const event = await when(div.firstChild, 'error')
343343
assert.equal(event.bubbles, false)
344344
assert.equal(event.cancelable, false)
345-
assert.equal(event.detail.error, 'Failed to load resource: the server responded with a status of 500')
345+
assert.equal(event.detail.error, 'Error: Failed to load resource: the server responded with a status of 500')
346346
})
347347

348348
test('adds is-error class on 500 status', async function () {

0 commit comments

Comments
 (0)