From f45fb65e9d4a021cf11348cf54d9244f68160436 Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 15 Oct 2025 12:10:27 +1100 Subject: [PATCH] fix: unused variables --- test/WakuRlnV2.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/WakuRlnV2.t.sol b/test/WakuRlnV2.t.sol index e5ef606..2a64308 100644 --- a/test/WakuRlnV2.t.sol +++ b/test/WakuRlnV2.t.sol @@ -1780,7 +1780,7 @@ contract WakuRlnV2Test is Test { w.register(idCommitment, rateLimit, new uint256[](0)); // Assertions: If we reach here (no revert), check Alice owns it—but since revert happens, test fails - (uint32 fetchedRateLimit, uint32 index, uint256 rateCommitment) = w.getMembershipInfo(idCommitment); + (uint32 fetchedRateLimit,,) = w.getMembershipInfo(idCommitment); assertEq(fetchedRateLimit, rateLimit); // Destructure to access holder