From a5d2c995cd455ad7f0fd087719897143c72fbefc Mon Sep 17 00:00:00 2001 From: Felix Henneke Date: Thu, 11 Jul 2024 15:49:05 +0200 Subject: [PATCH] fix tests (rounding issues) --- tests/integration/test_fetch_orderbook.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/integration/test_fetch_orderbook.py b/tests/integration/test_fetch_orderbook.py index 3acf8ec7..6475dd50 100644 --- a/tests/integration/test_fetch_orderbook.py +++ b/tests/integration/test_fetch_orderbook.py @@ -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",