LUCIT-Systems-and-Development / unicorn-fy

A Python SDK by LUCIT to convert received raw data from crypto exchange API endpoints into well-formed python dictionaries.
https://unicorn-fy.docs.lucit.tech
MIT License
54 stars 20 forks source link

depth unittest shows asert error - why? #33

Closed oliver-zehentleitner closed 2 years ago

oliver-zehentleitner commented 2 years ago
 File "unittest_unicorn_fy.py", line 211, in test_depth_futures
    self.assertEqual(str(self.unicorn_fy.binance_com_futures_websocket(data)), asserted_result)
AssertionError: "{'st[186 chars]77, 'asks': [['43900.54000000', '0.01080000'],[1446 chars]v']}" != "{'st[186 chars]77, 'bids': [['43903.04000000', '0.00000000'],[3496 chars]v']}"
Diff is 5429 characters long. Set self.maxDiff to None to see it.

https://github.com/LUCIT-Systems-and-Development/unicorn-fy/actions/runs/1935582006