Skip to content

Commit

Permalink
Update test files
Browse files Browse the repository at this point in the history
  • Loading branch information
slavingia committed Sep 25, 2024
1 parent a5a9f98 commit 91aea38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(dashboard)/page.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe("Homepage", () => {
);

expect(screen.getByRole("heading", { level: 1 })).toHaveTextContent(
"Write Your Tests"
"Write Tests"
);
});
});

0 comments on commit 91aea38

Please sign in to comment.