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 ac97270 commit 3f028f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/data/user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (
var uid = ""
var uid2 = ""
var uid3 = ""
var user1 = fmt.Sprintf("user1-%s", time.Now().Format("20060102150405"))
var user2 = fmt.Sprintf("user2-%s", time.Now().Format("20060102150405"))
var user1 = fmt.Sprintf("user1-data-%s", time.Now().Format("20060102150405"))
var user2 = fmt.Sprintf("user2-data-%s", time.Now().Format("20060102150405"))

// var user3 = fmt.Sprintf("user3-%s", time.Now().Format("20060102150405"))
func testAddUser(t *testing.T) {
Expand Down

0 comments on commit 3f028f6

Please sign in to comment.