From 8999b8da9078f4354a9ad52694a907021cd92ad6 Mon Sep 17 00:00:00 2001 From: Mathias Rav Date: Thu, 26 Jul 2018 13:03:05 +0200 Subject: [PATCH] Use double quotes for consistency --- tests/plugins/redlinks/test_redlinks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plugins/redlinks/test_redlinks.py b/tests/plugins/redlinks/test_redlinks.py index 55c86985..cf37d612 100644 --- a/tests/plugins/redlinks/test_redlinks.py +++ b/tests/plugins/redlinks/test_redlinks.py @@ -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](./)") -- 2.45.2