Update terminal test with new filemanager api

pull/5370/head
ioedeveloper 5 years ago
parent 3c2559cefd
commit e14aaff3f0
  1. 2
      test-browser/tests/terminal.test.js

@ -108,7 +108,7 @@ const asyncAwaitWithFileManagerAccess = `
var run = async () => {
console.log('Waiting Promise')
var result = await p()
let text = await remix.call('fileManager', 'getFile', 'browser/3_Ballot.sol')
let text = await remix.call('fileManager', 'readFile', 'browser/3_Ballot.sol')
console.log('result - ', text)
}

Loading…
Cancel
Save