Skip to content

Commit

Permalink
test.js typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Sep 27, 2017
1 parent 378f80a commit 3ba3378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ let testTicker = async (exchange, symbol) => {
... (keys.map (key =>
key + ': ' + human_value (ticker[key]))))

if ((!exchange.id != 'coinmarketcap') && (exchange.id != 'xbtce'))
if ((exchange.id != 'coinmarketcap') && (exchange.id != 'xbtce'))
assert (ticker['bid'] <= ticker['ask'])


Expand Down

0 comments on commit 3ba3378

Please sign in to comment.