Skip to content

Commit

Permalink
fixup! 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 365ac09 commit 17504d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/model/test_finance.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 17504d2

Please sign in to comment.