Skip to content

Commit

Permalink
remove commented error descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDedominici committed Nov 25, 2024
1 parent 8b55940 commit 3b4ad6f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions v-next/hardhat-errors/src/descriptors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1400,11 +1400,5 @@ Please check Hardhat's output for more details.`,
websiteDescription:
"withArgs called with both .emit and .revertedWithCustomError, but these assertions cannot be combined",
},
// ANY_UINT_ARGUMENT_NOT_AN_UNSIGNED_INTEGER: {
// number: 1421,
// messageTemplate: `anyUint expected its argument to be an unsigned integer, but it was negative, with value "{value}"`,
// websiteTitle: "anyUint should be an unsigned integer",
// websiteDescription: "anyUint should be an unsigned integer",
// },
},
} as const;

0 comments on commit 3b4ad6f

Please sign in to comment.