Skip to content

Commit 7a2076e

Browse files
author
bunsenstraat
committed
syntax err
1 parent 33b0c59 commit 7a2076e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide-e2e/src/tests/plugin_api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ const testModalToasterApi = `
426426
remix.call('notification', 'alert', { message: 'message 2', id: 'test_id_2_' })
427427
428428
const modalContent = {
429-
id: 'test_id_3_'
429+
id: 'test_id_3_',
430430
title: 'test with input title',
431431
message: 'test with input content',
432432
modalType: 'prompt',

0 commit comments

Comments
 (0)