update cicd
This commit is contained in:
@@ -8,9 +8,9 @@ import (
|
||||
|
||||
"github.com/google/uuid"
|
||||
"google.golang.org/grpc/metadata"
|
||||
_ "modernc.org/sqlite"
|
||||
"gorm.io/driver/sqlite"
|
||||
"gorm.io/gorm"
|
||||
_ "modernc.org/sqlite"
|
||||
appv1 "stream.api/internal/api/proto/app/v1"
|
||||
"stream.api/internal/database/model"
|
||||
"stream.api/internal/database/query"
|
||||
@@ -89,8 +89,8 @@ func notificationTestContext(userID, role string) context.Context {
|
||||
))
|
||||
}
|
||||
|
||||
func notificationPtrString(v string) *string { return &v }
|
||||
func notificationPtrBool(v bool) *bool { return &v }
|
||||
func notificationPtrString(v string) *string { return &v }
|
||||
func notificationPtrBool(v bool) *bool { return &v }
|
||||
func notificationPtrFloat64(v float64) *float64 { return &v }
|
||||
|
||||
func seedNotificationUser(t *testing.T, db *gorm.DB, user model.User) model.User {
|
||||
|
||||
Reference in New Issue
Block a user