Skip to content

Commit

Permalink
Unit test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
r-best committed Apr 28, 2024
1 parent 389f17b commit bfc5006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func createServiceManager() *ServiceManager {
Args: cs,
Env: env,
}
mgr.Setup()
mgr.Setup("")
return mgr
}

Expand Down
2 changes: 1 addition & 1 deletion dsl/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ func createMockClient(success bool) (*PactClient, *ServiceMock) {
}
}()

d := newClient(svc, svc, svc, svc)
d := newClient("", svc, svc, svc, svc)
d.TimeoutDuration = 100 * time.Millisecond
return d, svc
}
Expand Down

0 comments on commit bfc5006

Please sign in to comment.