@@ -23,7 +23,7 @@ func TestUpdate(t *testing.T) {
|
||||
cfg.DBPool = pool
|
||||
cfg.DBQueries = repository.New(pool)
|
||||
|
||||
svc := New(cfg, &Services{})
|
||||
svc := New(cfg)
|
||||
|
||||
c := Client{
|
||||
ID: uuid.New(),
|
||||
@@ -120,7 +120,7 @@ func TestSubmitUpdate(t *testing.T) {
|
||||
cfg.DBPool = pool
|
||||
cfg.DBQueries = repository.New(pool)
|
||||
|
||||
svc := New(cfg, &Services{})
|
||||
svc := New(cfg)
|
||||
|
||||
c := Client{
|
||||
ID: uuid.New(),
|
||||
|
||||
Reference in New Issue
Block a user