diff options
Diffstat (limited to 'test/test_template.py')
-rw-r--r-- | test/test_template.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_template.py b/test/test_template.py index c4ab99a..c5873dc 100644 --- a/test/test_template.py +++ b/test/test_template.py @@ -1117,7 +1117,7 @@ class ModuleDirTest(TemplateTest): eq_( canary, [os.path.join(module_base, "modtest.html.py"), - os.path.join(module_base, "subdir/modtest.html.py")] + os.path.join(module_base, "subdir", "modtest.html.py")] ) class FilenameToURITest(TemplateTest): |