Description
the batch_save_divider is the subtest for api_extractor
Describe the solution you'd like
Build an unit-test for batch_save_divider to cover all possible routes with gomonkey github.com/stretchr/testify/mock .
IMPORTANT: should not be any actual database operation / api request get performed when running test-cases
This is sub unit test for #1824
Description
the
batch_save_divideris the subtest forapi_extractorDescribe the solution you'd like
Build an
unit-testforbatch_save_dividerto cover all possible routes withgomonkeygithub.com/stretchr/testify/mock .IMPORTANT: should not be any actual database operation / api request get performed when running test-cases
This is sub unit test for #1824