diff options
| author | Alon Levy <alon@pobox.com> | 2015-05-11 18:12:15 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-05-12 12:29:54 +0300 |
| commit | 9d065a60cc13f0cf67f8ee5ce9f51233d13c3ad1 (patch) | |
| tree | 5bdac88d6f081ec676fb3a15423a852dd40418b9 /src | |
| parent | 230f6cb79d1764755371584977a998161a24d64a (diff) | |
server-tests/test_rzdoc: correct spelling mistake
Diffstat (limited to 'src')
| -rw-r--r-- | src/server-tests/test_rzdoc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server-tests/test_rzdoc.py b/src/server-tests/test_rzdoc.py index 9235beae..9980fbbd 100644 --- a/src/server-tests/test_rzdoc.py +++ b/src/server-tests/test_rzdoc.py @@ -21,7 +21,7 @@ class TestRZDoc(unittest.TestCase): def setUp(self): pass - def test_rzdoc_lifcycle(self): + def test_rzdoc_lifecycle(self): test_label = neo4j_test_util.rand_label() rzdoc_name = test_label |
