Skip to content

Commit

Permalink
Chore: ran black
Browse files Browse the repository at this point in the history
  • Loading branch information
TomRoussel authored and zorun committed Mar 31, 2024
1 parent 050de4e commit a5f83de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ihatemoney/tests/budget_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ def test_manage_bills(self):
"amount": "17",
},
)

balance = self.get_project("raclette").balance
assert set(balance.values()) == set([19.0, -19.0])

Expand Down

0 comments on commit a5f83de

Please sign in to comment.