Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<Mock>.called_once() just returns a Mock, so assert <Mock>.called_once() always passes. We want <Mock>.assert_called_once().
- Loading branch information