Skip to content

Commit

Permalink
Update engine test to pass DeviaVir#1178
Browse files Browse the repository at this point in the history
  • Loading branch information
defkev committed Jan 22, 2018
1 parent b456784 commit 813772a
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 @@ -133,7 +133,9 @@ function createEngine(currency_amount, buy_pct, buy_max_amt, order_type, buy_spy
}

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 813772a

Please sign in to comment.