Skip to content

Commit

Permalink
test: Make test fail by setting non-templates team
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Oct 9, 2024
1 parent aad9a43 commit cb5433e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ describe("when a user is not a platform admin", () => {
useStore.setState({
teamMembers: mockTeamMembersData,
user: mockPlainUser,
teamSlug: "templates",
teamSlug: "trumptonshire",
});
});

Expand Down

0 comments on commit cb5433e

Please sign in to comment.