mirror of
https://github.com/logos-messaging/logos-messaging-rlnv2-contract.git
synced 2026-01-03 06:23:12 +00:00
fix: unused variables
This commit is contained in:
parent
b2d6cdb851
commit
434c74009b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user