mirror of
https://github.com/logos-messaging/logos-messaging-rlnv2-contract.git
synced 2026-01-05 15:33:08 +00:00
fix: formatting
This commit is contained in:
parent
010f9da90b
commit
d37817123c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user