Commit b6c14e33 by willmcgugan

Corrected typo

parent c5432bb0
...@@ -25,7 +25,7 @@ class TestHelpers(unittest.TestCase): ...@@ -25,7 +25,7 @@ class TestHelpers(unittest.TestCase):
for path, result in tests: for path, result in tests:
self.assertEqual(fs.normpath(path), result) self.assertEqual(fs.normpath(path), result)
def test_pathjon(self): def test_pathjoin(self):
tests = [ ("", "a", "a"), tests = [ ("", "a", "a"),
("a", "a", "a/a"), ("a", "a", "a/a"),
("a/b", "../c", "a/c"), ("a/b", "../c", "a/c"),
......
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