Relative Content

Tag Archive for gogo-testingtestify

Issue with Unit Test for Batching Data Loading in Go

I’m working on my pet project application that involves batching data requests to an external service. I’ve implemented a method to handle this batching, and I’ve also written unit tests to ensure everything works as expected. However, I’m encountering an issue with one of my test cases where the handler returns an empty slice.