Commit 37aa93e
authored
Fix test (#919)
> AttributeError: 'called_once_with' is not a valid assertion.
> Use a spec for the mock if 'called_once_with' is meant to be an
attribute..
> Did you mean: 'assert_called_once_with'?
Ref python/cpython#1006901 parent bcc172e commit 37aa93e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments