Skip to content

Commit e70e9b9

Browse files
vtjl10jnsdls
andauthored
Fix comment for max claimable tokens test in drop721.test.ts (#7336)
Signed-off-by: fuder.eth <[email protected]> Co-authored-by: Jonas Daniels <[email protected]>
1 parent dfe913e commit e70e9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/extensions/erc721/drop721.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ describe.runIf(process.env.TW_SECRET_KEY)(
290290
).resolves.toBe(1n);
291291

292292
// we try to claim an extra `2` tokens
293-
// this should faile bcause the max claimable is `3` and we have previously already claimed 2 tokens (one for ourselves, one for the other wallet)
293+
// this should fail because the max claimable is `3` and we have previously already claimed 2 tokens (one for ourselves, one for the other wallet)
294294
// NOTE: this relies on the previous tests, we should extract this and properly re-set tests every time
295295
// this probably requires re-deploying contracts for every test => clean slate
296296
await expect(

0 commit comments

Comments
 (0)