mirror of
https://github.com/logos-messaging/logos-messaging-rlnv2-contract.git
synced 2026-01-09 09:23:09 +00:00
fix: formatting
This commit is contained in:
parent
ec524dd244
commit
f45228e51b
@ -1010,7 +1010,7 @@ contract WakuRlnV2Test is Test {
|
||||
uint32 gracePeriodDuration,, // rateLimit
|
||||
, // index
|
||||
, // holder
|
||||
// token
|
||||
// token
|
||||
) = w.memberships(100);
|
||||
vm.warp(graceStart + gracePeriodDuration + 1); // Expire one
|
||||
|
||||
@ -1045,7 +1045,7 @@ contract WakuRlnV2Test is Test {
|
||||
, // rateLimit
|
||||
, // index
|
||||
, // holder
|
||||
// token
|
||||
// token
|
||||
) = w.memberships(idCommitment1);
|
||||
vm.warp(graceStart);
|
||||
uint256[] memory toErase = new uint256[](1);
|
||||
@ -1107,7 +1107,7 @@ contract WakuRlnV2Test is Test {
|
||||
, // rateLimit
|
||||
, // index
|
||||
, // holder
|
||||
// token
|
||||
// token
|
||||
) = wZeroGrace.memberships(idCommitment);
|
||||
|
||||
// Warp just after active period
|
||||
@ -1146,7 +1146,7 @@ contract WakuRlnV2Test is Test {
|
||||
uint32 gracePeriodDuration,, // rateLimit
|
||||
, // index
|
||||
, // holder
|
||||
// token
|
||||
// token
|
||||
) = w.memberships(idCommitment);
|
||||
|
||||
vm.warp(graceStart + gracePeriodDuration + 1); // Expire
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user