diff --git a/test/WakuRlnRegistry.t.sol b/test/WakuRlnRegistry.t.sol index 415c4b3..e83fd16 100644 --- a/test/WakuRlnRegistry.t.sol +++ b/test/WakuRlnRegistry.t.sol @@ -48,7 +48,6 @@ contract WakuRlnRegistryTest is Test { } function test__forceProgression() public { - wakuRlnRegistry.newStorage(); wakuRlnRegistry.newStorage(); wakuRlnRegistry.forceProgress(); require(wakuRlnRegistry.usingStorageIndex() == 1);