Skip to content

Commit

Permalink
-adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-harder committed Sep 28, 2023
1 parent abe821e commit 221efa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_simple_market_mechanisms.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ def test_market_pay_as_clear():
accepted, rejected, meta = mr.clear(orderbook, products)
assert meta[0]["demand_volume"] > 0
assert meta[0]["price"] > 0
assert len(accepted) == 4
assert len(rejected) == 0
assert len(accepted) == 3
assert len(rejected) == 1

0 comments on commit 221efa2

Please sign in to comment.