roc-streaming / roc-go

Golang bindings for Roc Toolkit.
https://roc-streaming.org
MIT License
21 stars 10 forks source link

Add unit tests for endpoint errors #42

Closed gavv closed 1 year ago

gavv commented 1 year ago

It would be nice to cover some errors returned by Endpoint methods.

See https://coveralls.io/builds/55438429/source?filename=roc%2Fendpoint.go

No need to cover panics: mostly there is no way to cover them.

dhanusaputra commented 1 year ago

hi gavv, may i help with this? thank you

gavv commented 1 year ago

You're welcome, thanks!