@@ -25,7 +25,7 @@ func TestGet(t *testing.T) {
|
||||
cfg.DBPool = pool
|
||||
cfg.DBQueries = repository.New(pool)
|
||||
|
||||
svc := client.New(cfg, &client.Services{})
|
||||
svc := client.New(cfg)
|
||||
|
||||
id := uuid.New()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user