Skip to content

Commit

Permalink
fix: Update API tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Sep 29, 2023
1 parent b177ca1 commit c52982b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api.planx.uk/modules/team/service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ describe("TeamService", () => {
getStoreMock.mockReturnValue({
user: {
sub: "123",
email: "[email protected]",
jwt: getJWT({ role: "teamEditor" }),
},
});
Expand Down

0 comments on commit c52982b

Please sign in to comment.