Skip to content

Commit

Permalink
Fix failing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed Oct 4, 2024
1 parent 82ad226 commit dc80f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_auction.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ async def test_auction_provider() -> None:
* price
)
assert liq_estimate - liquidity < 5
assert liquidity - liq_estimate < 100
assert liquidity - liq_estimate < 1000


@pytest.mark.asyncio
Expand Down

0 comments on commit dc80f96

Please sign in to comment.