Skip to content

Commit f3cd5bb

Browse files
authored
Merge branch 'master' into VIPFocus
2 parents 536212d + 56a0ca4 commit f3cd5bb

File tree

1 file changed

+1
-1
lines changed
  • libs/remix-url-resolver/tests

1 file changed

+1
-1
lines changed

libs/remix-url-resolver/tests/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ describe('testRunner', () => {
109109
it('should return contract content of given github path', () => {
110110
const expt: object = {
111111
cleanUrl: 'ethereum/remix-project/libs/remix-url-resolver/tests/example_1/greeter.sol',
112-
content: fs.readFileSync(__dirname + '/example_1/greeter.sol', { encoding: 'utf8'}) + '\n',
112+
content: fs.readFileSync(__dirname + '/example_1/greeter.sol', { encoding: 'utf8'}),
113113
type: 'github'
114114
}
115115
assert.deepEqual(results, expt)

0 commit comments

Comments
 (0)