Commit 09304c3d authored by qsr's avatar qsr Committed by Commit bot

mojo: python bindings: rename function names in tests.

R=blundell@chromium.org

Review URL: https://codereview.chromium.org/539023002

Cr-Commit-Position: refs/heads/master@{#293335}
parent 5cf5e939
......@@ -12,7 +12,7 @@ import sample_service_mojom
class ConstantBindingsTest(unittest.TestCase):
def test_constant_generation(self):
def testConstantGeneration(self):
self.assertEquals(sample_service_mojom.TWELVE, 12)
self.assertEquals(sample_service_mojom.TOO_BIG_FOR_SIGNED_INT64,
9999999999999999999)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment