Skip to content

Commit

Permalink
fix tests (rounding issues)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhenneke committed Jul 11, 2024
1 parent 830da64 commit a5d2c99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/integration/test_fetch_orderbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,22 +252,22 @@ def test_get_batch_rewards(self):
"8912931423922369",
],
"uncapped_payment_eth": [
"405658669881356",
"405658366132340",
"292618683544035",
"-13360904627424245",
"-12938581202699558",
"2823075137791897",
"9345865552057182",
"1607086130097916",
"1607086130097915",
],
"capped_payment": [
"405658669881356",
"405658366132340",
"292618683544035",
"-10000000000000000",
"-10000000000000000",
"2823075137791897",
"9345865552057182",
"1607086130097916",
"1607086130097915",
],
"winning_score": [
"11327955072945657",
Expand Down

0 comments on commit a5d2c99

Please sign in to comment.