Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Fix Shapeshift tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ngotchac committed Dec 11, 2016
1 parent 02c2dc0 commit 861280b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/src/3rdparty/shapeshift/helpers.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@

const nock = require('nock');

const initShapeshift = require('./');
const ShapeShift = require('./');
const initShapeshift = (ShapeShift.default || ShapeShift);

const APIKEY = '0x123454321';

Expand Down

0 comments on commit 861280b

Please sign in to comment.