Migrate to assertEqual (#6741)

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
Emmanuel Ferdman
2025-06-10 02:47:39 +03:00
committed by GitHub
parent dc0705a504
commit f40942ad63

View File

@@ -56,7 +56,7 @@ class TestTwoBatchOverlap(unittest.TestCase):
},
)
print(f"{response.json()=}")
self.assertEquals(response.json()["text"], "5, 1+5=6")
self.assertEqual(response.json()["text"], "5, 1+5=6")
def test_mmlu(self):
args = SimpleNamespace(