Skip to content

Commit

Permalink
fixup! fixed test_user
Browse files Browse the repository at this point in the history
  • Loading branch information
agmes4 committed Dec 27, 2023
1 parent 276c2c4 commit 365ac09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/model/test_finance.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class DisabledFinanceInformation(BaseFinanceInformation):
raw_balance = 0
history = []
last_update = None
last_received_update = None

@pytest.fixture(scope="class")
def finance_info(self) -> BaseFinanceInformation:
Expand All @@ -36,6 +37,7 @@ class StaticFinanceInformation(BaseFinanceInformation):
raw_balance = 30
history = []
last_update = None
ast_received_update = None

@pytest.fixture(scope="class")
def balance(self) -> ActiveProperty:
Expand Down

0 comments on commit 365ac09

Please sign in to comment.