From 17504d2f59ae90d66e5902ac4c88a57037f651a9 Mon Sep 17 00:00:00 2001 From: agmes4 Date: Wed, 27 Dec 2023 20:38:32 +0100 Subject: [PATCH] fixup! fixup! fixed test_user --- tests/model/test_finance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/model/test_finance.py b/tests/model/test_finance.py index 3e27fcf3..82e73837 100644 --- a/tests/model/test_finance.py +++ b/tests/model/test_finance.py @@ -37,7 +37,7 @@ class StaticFinanceInformation(BaseFinanceInformation): raw_balance = 30 history = [] last_update = None - ast_received_update = None + last_received_update = None @pytest.fixture(scope="class") def balance(self) -> ActiveProperty: