From a5b800ad500fdcd6f167353df2ac05cbd0dc14c8 Mon Sep 17 00:00:00 2001 From: MUREKEZI Ismael <110295158+Ismaelmurekezi@users.noreply.github.com> Date: Wed, 26 Jun 2024 11:37:53 +0200 Subject: [PATCH] Update Check.test.tsx --- src/--test--/Check.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/--test--/Check.test.tsx b/src/--test--/Check.test.tsx index c0339c9d..3f80c96b 100644 --- a/src/--test--/Check.test.tsx +++ b/src/--test--/Check.test.tsx @@ -7,7 +7,7 @@ describe("Test component", () => { render(); const heading = screen.getByText( - /If you want to part of the program click button belows/i + /If you want to part of the program click button below/i ); expect(heading).toBeTruthy();