Skip to content

Commit

Permalink
Fix: Fixed last float value on test.
Browse files Browse the repository at this point in the history
  • Loading branch information
nesitor committed Dec 6, 2023
1 parent d1b5f2b commit bd786b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/test_balance.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ async def test_get_balance(
assert response.status == 200, await response.text()
data = await response.json()
assert data["balance"] == user_balance.balance
assert data["locked_amount"] == 2002.4666666666665
assert data["locked_amount"] == 2002.4666666666667

0 comments on commit bd786b2

Please sign in to comment.