We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c106b5f commit 033492eCopy full SHA for 033492e
apps/remix-ide-e2e/src/tests/workspace_git.test.ts
@@ -386,7 +386,7 @@ module.exports = {
386
.openFile('src/Counter.sol')
387
.pause(1000)
388
.getEditorValue((content) => {
389
- browser.assert.ok(content.indexOf(`contract Counter is BaseHook {`) !== -1,
+ browser.assert.ok(content.indexOf(`contract Counter is BaseHook { `) !== -1,
390
'Incorrect content')
391
})
392
},
0 commit comments