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
Browse files Browse the repository at this point in the history
  • Loading branch information
defkev committed Jan 22, 2018
1 parent 542d588 commit 6331303
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/lib/engine.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,9 @@ function createEngine(currency_amount, buy_pct, buy_max_amt, order_type, held_as
}

var fake_return = {
"conf": {},
"conf": {
"output" : {}
},
"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 6331303

Please sign in to comment.