Update terminal test with new filemanager api

pull/4/head
ioedeveloper 5 years ago
parent ae79ff3feb
commit b94fe92d79
  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