Skip to content

Commit

Permalink
fix(tests): update tests due to changes in #101
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jan 30, 2017
1 parent 7439723 commit 912b4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fast/ora-handler_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('asyncOra', () => {
return currentOra;
};
asyncOra = proxyquire.noCallThru().load('../../src/util/ora-handler', {
ora: { ora: MockOra },
'./ora': MockOra,
}).default;
});

Expand Down

0 comments on commit 912b4f6

Please sign in to comment.