Skip to content

Commit

Permalink
fix: profile test
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowsheep1 committed Feb 1, 2024
1 parent f2102ae commit 6fce01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routers/__tests__/profile.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ it("profile should return a valid updated profile (version increased)", async ()
is_email_enabled: true,
is_webhook_enabled: true,
email: "[email protected]" as EmailAddress,
version: 5
version: 1
};
const response = await request
.post(`${basePath}/profile`)
Expand Down

0 comments on commit 6fce01f

Please sign in to comment.