Skip to content

Commit

Permalink
Update Check.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismaelmurekezi authored Jun 26, 2024
1 parent 08e442a commit a5b800a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/--test--/Check.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe("Test component", () => {
render(<Check />);

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();

Expand Down

0 comments on commit a5b800a

Please sign in to comment.