Migrate to assertEqual (#6741)

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
Emmanuel Ferdman
2025-06-09 16:47:39 -07:00
committed by GitHub
parent dc0705a504
commit f40942ad63
+1 -1
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(