Skip to content

Commit 033492e

Browse files
committed
Update workspace_git.test.ts
1 parent c106b5f commit 033492e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide-e2e/src/tests/workspace_git.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ module.exports = {
386386
.openFile('src/Counter.sol')
387387
.pause(1000)
388388
.getEditorValue((content) => {
389-
browser.assert.ok(content.indexOf(`contract Counter is BaseHook {`) !== -1,
389+
browser.assert.ok(content.indexOf(`contract Counter is BaseHook { `) !== -1,
390390
'Incorrect content')
391391
})
392392
},

0 commit comments

Comments
 (0)