diff --git a/test/runtest.py b/test/runtest.py index 1a40b6abd..d12415bc5 100644 --- a/test/runtest.py +++ b/test/runtest.py @@ -616,7 +616,7 @@ class PythonCExtensionTest(unittest.TestCase): ray.worker.cleanup() - def testReferenceCountNone(self): + def testReferenceCountTrue(self): ray.init(start_ray_local=True, num_workers=1) # Make sure that we aren't accidentally messing up Python's reference counts. @@ -629,7 +629,7 @@ class PythonCExtensionTest(unittest.TestCase): ray.worker.cleanup() - def testReferenceCountNone(self): + def testReferenceCountFalse(self): ray.init(start_ray_local=True, num_workers=1) # Make sure that we aren't accidentally messing up Python's reference counts.