I read following question Subscribe is deprecated: Use an observer instead of an error callback
but i have another case
expect(closedSubscription.subscribe).toHaveBeenCalledTimes(2);
lint wrote next error:
subscribe is deprecated: Use an observer instead of a complete callback
How to fix this case?