Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
meold committed Jun 5, 2018
1 parent db2aac4 commit 393628e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/test/test_exchange_datetime_functions.py
Expand Up @@ -10,13 +10,14 @@

# ------------------------------------------------------------------------------

import ccxt # noqa: E402
import ccxt # noqa: E402

# ------------------------------------------------------------------------------


exchange = ccxt.Exchange()


class TestExchange(TestCase):
def test_iso8601(self):
self.assertEqual(exchange.iso8601(714862627000), '1992-08-26T20:57:07.000Z')
Expand Down

0 comments on commit 393628e

Please sign in to comment.