fix: formatting

This commit is contained in:
Roman 2025-11-07 11:18:01 +08:00
parent 010f9da90b
commit d37817123c
No known key found for this signature in database
GPG Key ID: 583BDF43C238B83E

View File

@ -992,7 +992,7 @@ contract WakuRlnV2Test is Test {
uint32 gracePeriodDuration,, // rateLimit
, // index
, // holder
// token
// token
) = w.memberships(100);
vm.warp(graceStart + gracePeriodDuration + 1); // Expire one
@ -1027,7 +1027,7 @@ contract WakuRlnV2Test is Test {
, // rateLimit
, // index
, // holder
// token
// token
) = w.memberships(idCommitment1);
vm.warp(graceStart);
uint256[] memory toErase = new uint256[](1);
@ -1089,7 +1089,7 @@ contract WakuRlnV2Test is Test {
, // rateLimit
, // index
, // holder
// token
// token
) = wZeroGrace.memberships(idCommitment);
// Warp just after active period
@ -1128,7 +1128,7 @@ contract WakuRlnV2Test is Test {
uint32 gracePeriodDuration,, // rateLimit
, // index
, // holder
// token
// token
) = w.memberships(idCommitment);
vm.warp(graceStart + gracePeriodDuration + 1); // Expire