Skip to content

Commit

Permalink
Revert "check if faulty commit on master triggers deployment"
Browse files Browse the repository at this point in the history
This reverts commit d0d7ec4.
  • Loading branch information
Grzegorz Tańczyk committed May 7, 2023
1 parent af29a0c commit 7c87c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import App from "./App";

test("renders something", () => {
render(<App />);
const linkElement = screen.getByText(/O Gamedevx.pl/i);
const linkElement = screen.getByText(/O Gamedev.pl/i);
expect(linkElement).toBeInTheDocument();
});

0 comments on commit 7c87c5f

Please sign in to comment.