Skip to content

Commit

Permalink
fix(test): 制約エラーを解消
Browse files Browse the repository at this point in the history
  • Loading branch information
laminne committed Sep 9, 2023
1 parent 1e4fe81 commit a79b6bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/service/user/create_follow_service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe("create_follow_service", () => {
new User({
id: "1" as Snowflake,
fullHandle: "[email protected]",
password: "",
password: "testUserPassword",
role: 0,
nickName: "test",
handle: "test",
Expand All @@ -34,7 +34,7 @@ describe("create_follow_service", () => {
new User({
id: "2" as Snowflake,
fullHandle: "[email protected]",
password: "",
password: "testuser2password",
role: 0,
nickName: "test",
handle: "test",
Expand Down

0 comments on commit a79b6bb

Please sign in to comment.