Skip to content

Commit

Permalink
feat:add service unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
geebytes committed May 24, 2024
1 parent d669f4f commit 45b3a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/biz/user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func testPutUser(t *testing.T) {
Name: username2,
Dept: "dev",
Email: fmt.Sprintf("user2-biz%[email protected]", time.Now().Format("20060102150405")),
Phone: time.Now().Format("20060102150405"),
Phone: snk.GenerateIDString(),
Role: api.Role_ADMIN,
Avatar: "https://www.example.com/avatar.jpg",
Owner: "test-user-01",
Expand Down

0 comments on commit 45b3a48

Please sign in to comment.