Fix use of unittest.TestCase.assertEquals
Compare changes
@@ -743,18 +743,18 @@ class TestFotonMethods(unittest.TestCase):
This MR replaces uses of unittest.TestCase.assertEquals
with assertEqual
; the former usage was deprecated in Python 3.2 and removed in Python 3.12.