mirror of
https://github.com/logos-messaging/logos-messaging-rlnv2-contract.git
synced 2026-01-21 07:13:09 +00:00
fix: unused variables
This commit is contained in:
parent
e4a81c9edc
commit
f45fb65e9d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user