Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
twschiller committed Nov 15, 2024
1 parent 41a94db commit 37ef926
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ describe("ModVersionHistory", () => {

await waitFor(() => {
expect(
screen.getByText("Version History requires mod write permission"),
screen.getByText(
"Viewing Version History requires mod write permission",
),
).toBeInTheDocument();
});

Expand Down

0 comments on commit 37ef926

Please sign in to comment.