mirror of
https://github.com/logos-messaging/logos-messaging-rlnv2-contract.git
synced 2026-03-16 09:33:09 +00:00
fix: formatting
This commit is contained in:
parent
228239b7d9
commit
f7a328d614
@ -1011,7 +1011,7 @@ contract WakuRlnV2Test is Test {
|
||||
, // rateLimit
|
||||
, // index
|
||||
, // holder
|
||||
// token
|
||||
// token
|
||||
) = w.memberships(100);
|
||||
vm.warp(graceStart + gracePeriodDuration + 1); // Expire one
|
||||
|
||||
@ -1047,7 +1047,7 @@ contract WakuRlnV2Test is Test {
|
||||
, // rateLimit
|
||||
, // index
|
||||
, // holder
|
||||
// token
|
||||
// token
|
||||
) = w.memberships(idCommitment1);
|
||||
vm.warp(graceStart);
|
||||
uint256[] memory toErase = new uint256[](1);
|
||||
@ -1110,7 +1110,7 @@ contract WakuRlnV2Test is Test {
|
||||
, // rateLimit
|
||||
, // index
|
||||
, // holder
|
||||
// token
|
||||
// token
|
||||
) = wZeroGrace.memberships(idCommitment);
|
||||
|
||||
// Warp just after active period
|
||||
@ -1150,7 +1150,7 @@ contract WakuRlnV2Test is Test {
|
||||
, // rateLimit
|
||||
, // index
|
||||
, // holder
|
||||
// token
|
||||
// token
|
||||
) = w.memberships(idCommitment);
|
||||
|
||||
vm.warp(graceStart + gracePeriodDuration + 1); // Expire
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user