Skip to content

Commit

Permalink
fix signature of fakeLogManager
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettj12 committed Jul 6, 2023
1 parent 9b1d45e commit 59b6a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/overlord/servstate/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1760,7 +1760,7 @@ func (s *S) TestStopRunningNoServices(c *C) {

type fakeLogManager struct{}

func (f fakeLogManager) ServiceStarted(serviceName string, logs *servicelog.RingBuffer) {
func (f fakeLogManager) ServiceStarted(service *plan.Service, logs *servicelog.RingBuffer) {
// no-op
}

Expand Down

0 comments on commit 59b6a51

Please sign in to comment.