mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Fix naming in tests. (#424)
This commit is contained in:
parent
ba56b08474
commit
3b47a15ebd
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue