From 60f2a12bd9104fb7233fafda6052102265f89013 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 26 Mar 2022 08:23:02 +0100 Subject: [PATCH] Fix wrong datetime conversion --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 691584e74..0f01d7e4a 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1399,7 +1399,7 @@ def tickers(): 'BLK/BTC': { 'symbol': 'BLK/BTC', 'timestamp': 1522014806072, - 'datetime': '2018-03-25T21:53:26.720Z', + 'datetime': '2018-03-25T21:53:26.072Z', 'high': 0.007745, 'low': 0.007512, 'bid': 0.007729,