Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace not_called assert statement with assert_not_called()
Resolves error during test: AttributeError: 'not_called' is not a valid assertion. Use a spec for the mock if 'not_called' is meant to be an attribute.
- Loading branch information