Skip to content

Commit

Permalink
Update realtime test
Browse files Browse the repository at this point in the history
  • Loading branch information
mlouielu committed May 16, 2024
1 parent f0aee02 commit 32cbc36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_realtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ def test_mock_one_stock_id(self):

self.assertTrue(s["success"])
self.assertEqual(s["info"]["code"], "2330")
self.assertEqual(s["realtime"]["latest_trade_price"], "214.50")
self.assertEqual(s["realtime"]["latest_trade_price"], "-")
self.assertEqual(
s["realtime"]["best_bid_price"],
["214.00", "213.50", "213.00", "212.50", "212.00"],
["848.0000", "847.0000", "846.0000", "845.0000", "844.0000"],
)

@unittest.skip("Dont want to fix this, is about the code in realtime")
Expand Down

0 comments on commit 32cbc36

Please sign in to comment.