Skip to content

Commit

Permalink
update compiler test
Browse files Browse the repository at this point in the history
  • Loading branch information
iurimatias committed Feb 1, 2018
1 parent 27340f6 commit 958078a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compiler-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var test = require('tape')

var Compiler = require('../src/app/compiler/compiler')
var Compiler = require('remix-solidity').Compiler

test('compiler.compile smoke', function (t) {
t.plan(1)
Expand Down

0 comments on commit 958078a

Please sign in to comment.