Skip to content

Commit

Permalink
test.js fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Jul 23, 2017
1 parent 58a8aa0 commit e65e474
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ccxt.es5.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ccxt.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

//-----------------------------------------------------------------------------

var version = '1.1.51'
var version = '1.1.52'
var isNode = (typeof window === 'undefined')

//-----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion ccxt.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class EndpointNotAvailableError extends NotAvailableError {}
class OrderBookNotAvailableError extends NotAvailableError {}
class TickerNotAvailableError extends NotAvailableError {}

$version = '1.1.51';
$version = '1.1.52';

class Market {

Expand Down
2 changes: 1 addition & 1 deletion ccxt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
'TickerNotAvailableError',
]

__version__ = '1.1.51'
__version__ = '1.1.52'

# Python 2 & 3
import base64
Expand Down
4 changes: 2 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ let testMarket = async market => {
await testMarketSymbol (market, symbol)
}

// if (!market.apiKey || (market.apiKey.length < 1))
// return true
if (!market.apiKey || (market.apiKey.length < 1))
return true

await testMarketBalance (market)

Expand Down

0 comments on commit e65e474

Please sign in to comment.