From c8fa5f3fc9e685918c75f245c24e667560288e54 Mon Sep 17 00:00:00 2001 From: Ryan Ghods Date: Mon, 16 Oct 2023 10:11:40 -0700 Subject: [PATCH] fix test comparison (cherry picked from commit 5ceba18aa79717ebd552f48c8172bdd3524cc03c) --- test/SeaDrop-mintSigned.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/SeaDrop-mintSigned.spec.ts b/test/SeaDrop-mintSigned.spec.ts index bf3bf75a..783d07c5 100644 --- a/test/SeaDrop-mintSigned.spec.ts +++ b/test/SeaDrop-mintSigned.spec.ts @@ -509,7 +509,7 @@ describe(`SeaDrop - Mint Signed (v${VERSION})`, function () { ); expect( await seadrop.getSignedMintValidationParams(token.address, signer.address) - ).to.deep.eq([BigNumber.from(0), 1, 0, 0, 0, 1, 9000]); + ).to.deep.eq([BigNumber.from(1), 11, 50, 100000000000, 10000, 1, 9000]); expect( await seadrop.getSignedMintValidationParams( token.address,