tsaikd / gogstash

Logstash like, written in golang
MIT License
644 stars 106 forks source link

Fixed failed unit test #177

Closed helgeolav closed 2 years ago

helgeolav commented 2 years ago

I have looked at the failing unit tests now and resolved them. Can this be because of upgrading gomock? In the long run i would suggest removing all references to gomock as it did not check correctly before and seems to cause more issues than anything else. (I have no experience with gomock.)