We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe913e commit e70e9b9Copy full SHA for e70e9b9
packages/thirdweb/src/extensions/erc721/drop721.test.ts
@@ -290,7 +290,7 @@ describe.runIf(process.env.TW_SECRET_KEY)(
290
).resolves.toBe(1n);
291
292
// 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)
+ // 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)
294
// NOTE: this relies on the previous tests, we should extract this and properly re-set tests every time
295
// this probably requires re-deploying contracts for every test => clean slate
296
await expect(
0 commit comments