Skip to content

Updating to use context #33

Updating to use context

Updating to use context #33

Triggered via push October 26, 2024 03:13
Status Failure
Total duration 1m 2s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: client_test.go#L41
cannot use mockConnManager (variable of type *MockConnectionManagerInterface) as ConnectionManagerInterface value in struct literal: *MockConnectionManagerInterface does not implement ConnectionManagerInterface (wrong type for method Connect)
lint: client_test.go#L78
cannot use mockConnManager (variable of type *MockConnectionManagerInterface) as ConnectionManagerInterface value in struct literal: *MockConnectionManagerInterface does not implement ConnectionManagerInterface (wrong type for method Connect)
lint: client_test.go#L108
cannot use mockConnManager (variable of type *MockConnectionManagerInterface) as ConnectionManagerInterface value in struct literal: *MockConnectionManagerInterface does not implement ConnectionManagerInterface (wrong type for method Connect)
lint: client_test.go#L151
cannot use mockConnManager (variable of type *MockConnectionManagerInterface) as ConnectionManagerInterface value in struct literal: *MockConnectionManagerInterface does not implement ConnectionManagerInterface (wrong type for method Connect)
lint: client_test.go#L188
cannot use mockConnManager (variable of type *MockConnectionManagerInterface) as ConnectionManagerInterface value in struct literal: *MockConnectionManagerInterface does not implement ConnectionManagerInterface (wrong type for method Connect)
lint: client_test.go#L352
not enough arguments in call to client.Connect
lint: client_test.go#L365
not enough arguments in call to client.Connect
lint: client_test.go#L406
not enough arguments in call to client.Connect
lint: client_test.go#L532
cannot use mocks.connManager (variable of type *MockConnectionManagerInterface) as ConnectionManagerInterface value in struct literal: *MockConnectionManagerInterface does not implement ConnectionManagerInterface (wrong type for method Connect)
lint: connection_manager_test.go#L58
not enough arguments in call to cm.Connect