From 6e782e7368e5d66f05b5d9b2b3e36352ae0d7a77 Mon Sep 17 00:00:00 2001 From: uvok Date: Tue, 15 Apr 2025 12:23:15 +0200 Subject: Add logging to trade queue --- test_trade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_trade.py') diff --git a/test_trade.py b/test_trade.py index 81185b0..e6bb445 100644 --- a/test_trade.py +++ b/test_trade.py @@ -52,7 +52,7 @@ class TestTrade(unittest.TestCase): """ Test the __repr__ method for correct string representation. """ - expected_repr = "Trade(amount=10, price_per_coin=10.00, total_cost=100.00, date=2025-04-14)" + expected_repr = "Trade(amount=10.00, price_per_coin=10.00, total_cost=100.00, date=2025-04-14)" self.assertEqual(repr(self.trade), expected_repr) -- cgit v1.2.3