Commit d8e1a6e
authored
Fix tests for Python 3.12 (stefankoegl#162)
unittest.TestCase.assertEquals has been removed in Python 3.12;
unittest.TestCase.assertEqual should be used instead[1].
[1] https://docs.python.org/3/whatsnew/3.12.html#id31 parent a22e05a commit d8e1a6e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments