Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmackz committed Jul 15, 2024
1 parent a58a6f6 commit 6de5ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zora/src/test-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const passingTestCasesMint = [
createTestCase(MINT_WITH_REWARDS, 'Minting with rewards'),
createTestCase(MINT_WITH_REWARDS_1155, 'Minting with rewards 1155'),
createTestCase(MINT_BATCH_WITHOUT_FEES, 'When using the batch mint function'),
createTestCase(BATCH_MINT_ARB, 'when using batch mint function on optimism'),
createTestCase(BATCH_MINT_ARB, 'when using batch mint function on arbitrum'),
createTestCase(MINT, 'when using mint function'),
createTestCase(MINT_WITH_REWARDS, 'when contractAddress is checksummed', {
contractAddress: getAddress(MINT_WITH_REWARDS.params.contractAddress),
Expand Down

0 comments on commit 6de5ea9

Please sign in to comment.