From 0c224616fdca19441dc56b7c036010e81efa4606 Mon Sep 17 00:00:00 2001 From: Vectorized Date: Thu, 21 Dec 2023 22:15:38 +0000 Subject: [PATCH] T --- tests/modules/PlatformAirdropper.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/modules/PlatformAirdropper.t.sol b/tests/modules/PlatformAirdropper.t.sol index 15d424c4..1a70a56a 100644 --- a/tests/modules/PlatformAirdropper.t.sol +++ b/tests/modules/PlatformAirdropper.t.sol @@ -229,7 +229,7 @@ contract PlatformAirdropperTests is TestConfigV2_1 { vm.prank(c.platform); sm.setPlatformSigner(signer); - uint256 n = 200; + uint256 n = 256; ISuperMinterV2.PlatformAirdrop memory p; p.edition = address(edition);