From 391473940a99ee7e968d71a0b8a324b9c46c0ca7 Mon Sep 17 00:00:00 2001 From: rymnc <43716372+rymnc@users.noreply.github.com> Date: Mon, 7 Aug 2023 17:55:31 +0530 Subject: [PATCH] fix: newStorage dup call --- test/WakuRlnRegistry.t.sol | 1 - 1 file changed, 1 deletion(-) 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);