From 434c74009bdc65e17eac8caeb59f84a3c071012a 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 c1ece90..1897976 100644 --- a/test/WakuRlnV2.t.sol +++ b/test/WakuRlnV2.t.sol @@ -1784,7 +1784,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