Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
N2D4 committed Dec 28, 2024
1 parent bf81b3e commit 9bf0f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/e2e/tests/backend/endpoints/api/v1/users.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ describe("with client access", () => {
`);
});

it("should be able to updated selected team", async ({ expect }) => {
it("should be able to update selected team", async ({ expect }) => {
await Auth.Otp.signIn();
const { teamId } = await Team.createAndAddCurrent({});
const response1 = await niceBackendFetch("/api/v1/users/me", {
Expand Down

0 comments on commit 9bf0f7f

Please sign in to comment.