Extend worker mocks #5034
Annotations
6 errors
|
Lint:
worker/alerts.go#L1
: # go.sia.tech/renterd/worker [go.sia.tech/renterd/worker.test]
|
Lint:
worker/mocks_test.go#L54
cannot use (*alerterMock)(nil) (value of type *alerterMock) as alerts.Alerter value in variable declaration: *alerterMock does not implement alerts.Alerter (missing method Alerts)
|
Lint:
worker/mocks_test.go#L70
cannot use (*busMock)(nil) (value of type *busMock) as Bus value in variable declaration: *busMock does not implement Bus (missing method Alerts)
|
Lint:
worker/worker_test.go#L49
cannot use b (variable of type *busMock) as Bus value in argument to New: *busMock does not implement Bus (missing method Alerts) (typecheck)
|
Lint
issues found
|
The logs for this run have expired and are no longer available.
Loading