Skip to content

Commit

Permalink
fix test comparison
Browse files Browse the repository at this point in the history
(cherry picked from commit 5ceba18aa79717ebd552f48c8172bdd3524cc03c)
  • Loading branch information
ryanio committed Oct 16, 2023
1 parent 0efe322 commit c8fa5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SeaDrop-mintSigned.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c8fa5f3

Please sign in to comment.