~netlandish/django-wiki

8999b8da9078f4354a9ad52694a907021cd92ad6 — Mathias Rav 6 years ago 39402b5
Use double quotes for consistency
1 files changed, 1 insertions(+), 1 deletions(-)

M tests/plugins/redlinks/test_redlinks.py
M tests/plugins/redlinks/test_redlinks.py => tests/plugins/redlinks/test_redlinks.py +1 -1
@@ 6,7 6,7 @@ from wiki.models import URLPath
class RedlinksTests(RequireRootArticleMixin, TestBase):
    def setUp(self):
        super().setUp()
        self.child = URLPath.create_urlpath(self.root, 'child')
        self.child = URLPath.create_urlpath(self.root, "child")

    def test_root_to_self(self):
        self.assert_internal(self.root, "[Internal](./)")