fix: newStorage dup call

This commit is contained in:
rymnc 2023-08-07 17:55:31 +05:30
parent ace937c3ad
commit 391473940a
No known key found for this signature in database
GPG Key ID: AAA088D5C68ECD34

View File

@ -48,7 +48,6 @@ contract WakuRlnRegistryTest is Test {
}
function test__forceProgression() public {
wakuRlnRegistry.newStorage();
wakuRlnRegistry.newStorage();
wakuRlnRegistry.forceProgress();
require(wakuRlnRegistry.usingStorageIndex() == 1);