-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This happened to work previously, since mock.has_calls existed, but apparently only returned a bool. This has been removed in Python 3.12; use the correct assert_has_calls instead, and fix the calls we assert to be there.
- Loading branch information
1 parent
2005f80
commit bd2d66f
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters