mirror of
https://github.com/wassname/ray.git
synced 2026-07-25 13:30:52 +08:00
Fix naming in tests. (#424)
This commit is contained in:
committed by
Philipp Moritz
parent
ba56b08474
commit
3b47a15ebd
+2
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user