myzhan / avroipc

Avroipc is a pure-go-implemented client for flume's avro source
MIT License
4 stars 6 forks source link

Add some tests #32

Closed vykulakov closed 4 years ago

vykulakov commented 4 years ago

This should increase code coverage for a bit.

Additionally, some error checks were removed because the related errors are not possible at runtime and they should be caught at runtime with unit tests (some related tests were added as well).