Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alcuadrado committed Sep 13, 2024
1 parent 9824ca0 commit f1b0640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v-next/hardhat-zod-utils/test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe("conditionalUnionType", () => {
"No match",
);

// Both conditions match, but we only use the first one
// No condition matches, so we return the provided error message
assertParseResult(shouldUseString.safeParse(123), "No match");
});
});
Expand Down

0 comments on commit f1b0640

Please sign in to comment.