From d3f27ea0cf0175953bbb6a7bd688a2c52519d270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wei=C3=9Fer=20Hase?= Date: Thu, 9 May 2024 14:31:26 +0200 Subject: [PATCH] fix: addressing comments in pr --- test/unit/BPool.t.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/BPool.t.sol b/test/unit/BPool.t.sol index 997610d6..58293520 100644 --- a/test/unit/BPool.t.sol +++ b/test/unit/BPool.t.sol @@ -338,8 +338,8 @@ contract BPool_Unit_JoinPool is BasePoolTest { tokens[i], BPool.Record({ bound: true, - index: i, - denorm: BONE, // TODO: set denorm? is it relevant? + index: 0, // NOTE: irrelevant for this method + denorm: 0, // NOTE: irrelevant for this method balance: _fuzz.balance[i] }) );