Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
Update engine test to pass #1178 (#1204)
Browse files Browse the repository at this point in the history
Can't fool Travis 馃敤
  • Loading branch information
defkev authored and DeviaVir committed Jan 23, 2018
1 parent d600b3c commit 217bf16
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/lib/engine.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,11 @@ function createEngine(currency_amount, buy_pct, buy_max_amt, order_type, held_as
}

var fake_return = {
"conf": {},
"conf": {
output: {
api: {}
}
},
"exchanges.test_exchange" : {
getProducts: function() { return [fake_product] },
getQuote: function(product, callback){ callback(null, { bid: fake_bid, ask: fake_ask}) },
Expand Down

0 comments on commit 217bf16

Please sign in to comment.