Changeset - 736d0f82d5fe
[Not reviewed]
default
0 1 0
timeless@gmail.com - 10 years ago 2016-05-03 14:00:57
timeless@gmail.com
spelling: initialize
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/tests/vcs/test_nodes.py
Show inline comments
 
@@ -13,7 +13,7 @@ class NodeBasicTest(unittest.TestCase):
 

	
 
    def test_init(self):
 
        """
 
        Cannot innitialize Node objects with path with slash at the beginning.
 
        Cannot initialize Node objects with path with slash at the beginning.
 
        """
 
        wrong_paths = (
 
            '/foo',
0 comments (0 inline, 0 general)