diff --git a/internal/app/action/deleting_test.go b/internal/app/action/deleting_test.go index 9f6b8dc..3f8a853 100644 --- a/internal/app/action/deleting_test.go +++ b/internal/app/action/deleting_test.go @@ -50,6 +50,7 @@ func TestDeleteCustomer_NotFound(t *testing.T) { assert.Equal(t, expectedResponse, response) customerLoaderMock.AssertExpectations(t) + // Do not check call of DeleteCustomer, since we don't call it in this scenario }