diff options
Diffstat (limited to 'models')
-rw-r--r-- | models/user/user_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/user/user_test.go b/models/user/user_test.go index b4ffa1f322..c4e278caab 100644 --- a/models/user/user_test.go +++ b/models/user/user_test.go @@ -5,8 +5,8 @@ package user_test import ( "context" + "crypto/rand" "fmt" - "math/rand" "strings" "testing" "time" |