Unverified Commit 05cf0369 authored by yann300's avatar yann300 Committed by GitHub

Update test.ts

parent 45a8e08d
...@@ -109,7 +109,7 @@ describe('testRunner', () => { ...@@ -109,7 +109,7 @@ describe('testRunner', () => {
it('should return contract content of given github path', () => { it('should return contract content of given github path', () => {
const expt: object = { const expt: object = {
cleanUrl: 'ethereum/remix-project/libs/remix-url-resolver/tests/example_1/greeter.sol', cleanUrl: 'ethereum/remix-project/libs/remix-url-resolver/tests/example_1/greeter.sol',
content: fs.readFileSync(__dirname + '/example_1/greeter.sol', { encoding: 'utf8'}) + '\n', content: fs.readFileSync(__dirname + '/example_1/greeter.sol', { encoding: 'utf8'}),
type: 'github' type: 'github'
} }
assert.deepEqual(results, expt) assert.deepEqual(results, expt)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment