diff --git a/sweepbatcher/store_mock.go b/sweepbatcher/store_mock.go index 90896aac..0f6c5e3c 100644 --- a/sweepbatcher/store_mock.go +++ b/sweepbatcher/store_mock.go @@ -212,5 +212,5 @@ func (s *StoreMock) TotalSweptAmount(ctx context.Context, batchID int32) ( } } - return 0, nil + return total, nil }