Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The original `EXPECT_CALL` already has an implicit `Times(1)`, so there is no need for a second `EXPECT_CALL` with an explicit `Times(0)`. This also removes an `EXPECT_CALL` after a call to a mock handler, which would be undefined behavior. Thus this removes the undefined behavior.
- Loading branch information