Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle committed Apr 20, 2024
1 parent 0cc2afc commit aa187d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/pages/Generator/Uuid/__test__/Uuid.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import Uuid from "pages/Generator/Uuid";
describe("Uuid Component", () => {
it("renders correctly", () => {
const { getByText } = render(<Uuid />);
expect(getByText("Uuid")).toBeInTheDocument();
expect(getByText("UUID")).toBeInTheDocument();
});
});
});

0 comments on commit aa187d7

Please sign in to comment.