summaryrefslogtreecommitdiff
path: root/test_trade.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_trade.py')
-rw-r--r--test_trade.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_trade.py b/test_trade.py
index 8cbf0f4..4fc9c01 100644
--- a/test_trade.py
+++ b/test_trade.py
@@ -9,7 +9,7 @@ class TestTrade(unittest.TestCase):
"""
Set up a Trade instance for testing.
"""
- self.trade = Trade(amount=Decimal(10.0), total_cost=Decimal(100.0), date="2025-04-14", refid="abcd1234")
+ self.trade = Trade(amount=Decimal(10.0), total_cost=Decimal(100.0), timestamp="2025-04-14 00:00:00", refid="abcd1234")
def test_initialization(self):
"""