Skip to content

Commit

Permalink
Fix test description typo
Browse files Browse the repository at this point in the history
Co-authored-by: Marcy Sutton-Todd <[email protected]>
  • Loading branch information
beaesguerra and marcysutton committed Nov 13, 2024
1 parent 8e1fdbf commit bee2c97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1546,7 +1546,7 @@ describe("TextArea", () => {
expect(field).toHaveAttribute("aria-invalid", "false");
});

it("should call onValidate with an null when the user changes the value after there was an error", async () => {
it("should call onValidate with null when the user changes the value after there was an error", async () => {
// Arrange
const handleValidate = jest.fn();
const errorMsg = "error message";
Expand Down

0 comments on commit bee2c97

Please sign in to comment.