Open musicinmybrain opened 3 months ago
Particularly, replace assertEquals() with assertEqual().
assertEquals()
assertEqual()
These were deprecated for many years, and were removed in Python 3.12. See: https://docs.python.org/3.12/whatsnew/3.12.html#id3
Particularly, replace
assertEquals()
withassertEqual()
.These were deprecated for many years, and were removed in Python 3.12. See: https://docs.python.org/3.12/whatsnew/3.12.html#id3