Update workspace_git.test.ts

pull/4472/head
yann300 1 year ago
parent c106b5f604
commit 033492e813
  1. 2
      apps/remix-ide-e2e/src/tests/workspace_git.test.ts

@ -386,7 +386,7 @@ module.exports = {
.openFile('src/Counter.sol')
.pause(1000)
.getEditorValue((content) => {
browser.assert.ok(content.indexOf(`contract Counter is BaseHook {`) !== -1,
browser.assert.ok(content.indexOf(`contract Counter is BaseHook { `) !== -1,
'Incorrect content')
})
},

Loading…
Cancel
Save