From bee2c9796ceca194f163db595650aa7724eb0533 Mon Sep 17 00:00:00 2001 From: Bea Esguerra Date: Fri, 8 Nov 2024 15:28:34 -0700 Subject: [PATCH] Fix test description typo Co-authored-by: Marcy Sutton-Todd --- .../src/components/__tests__/text-area.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/wonder-blocks-form/src/components/__tests__/text-area.test.tsx b/packages/wonder-blocks-form/src/components/__tests__/text-area.test.tsx index 7fcd2b973..880643224 100644 --- a/packages/wonder-blocks-form/src/components/__tests__/text-area.test.tsx +++ b/packages/wonder-blocks-form/src/components/__tests__/text-area.test.tsx @@ -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";