Skip to content

Commit

Permalink
Updating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenandrews committed Nov 14, 2017
1 parent 754a7e0 commit 931ca99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ describe('eztz.node', () => {
let eztz;

beforeEach(() => {
main = require('./main');
main = require('./src/main');
node = main.eztz.node;
});

Expand Down

0 comments on commit 931ca99

Please sign in to comment.