Skip to content

Commit f8e978f

Browse files
committed
fix test
1 parent 257b1f4 commit f8e978f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/thirdweb/src/extensions/erc1155/customDrop1155.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ describe.runIf(process.env.TW_SECRET_KEY)(
9999
const condition = await getClaimConditions({
100100
contract,
101101
tokenId: 0n,
102+
singlePhaseDrop: true,
102103
});
103104
expect(condition.length).to.eq(1);
104105
expect(condition[0]?.maxClaimableSupply).to.eq(10n);

0 commit comments

Comments
 (0)