Skip to content

Adds test for ws connection #78

Adds test for ws connection

Adds test for ws connection #78

Triggered via push October 26, 2023 12:34
Status Failure
Total duration 1m 0s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
tests: pkg/ws/ws_test.go#L15
Error return value of `ws.Write` is not checked (errcheck)
tests: pkg/ws/ws_test.go#L31
Error return value of `ws.Send` is not checked (errcheck)
tests: pkg/ws/ws_test.go#L34
SA5011: possible nil pointer dereference (staticcheck)
tests: pkg/ws/ws_test.go#L27
SA5011(related information): this check suggests that the pointer can be nil (staticcheck)
tests
issues found