mirror of
https://github.com/logos-messaging/waku-rlnv1-contract.git
synced 2026-01-04 07:13:12 +00:00
fix: newStorage dup call
This commit is contained in:
parent
ace937c3ad
commit
391473940a
@ -48,7 +48,6 @@ contract WakuRlnRegistryTest is Test {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function test__forceProgression() public {
|
function test__forceProgression() public {
|
||||||
wakuRlnRegistry.newStorage();
|
|
||||||
wakuRlnRegistry.newStorage();
|
wakuRlnRegistry.newStorage();
|
||||||
wakuRlnRegistry.forceProgress();
|
wakuRlnRegistry.forceProgress();
|
||||||
require(wakuRlnRegistry.usingStorageIndex() == 1);
|
require(wakuRlnRegistry.usingStorageIndex() == 1);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user