Fix naming in tests. (#424)

This commit is contained in:
Robert Nishihara
2016-09-10 21:12:09 -07:00
committed by Philipp Moritz
parent ba56b08474
commit 3b47a15ebd
+2 -2
View File
@@ -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.