From ea14d99d18918353d72613b0e55b8f542d88cd82 Mon Sep 17 00:00:00 2001 From: Tom Talbot Date: Tue, 24 Jun 2014 14:56:40 +0100 Subject: [PATCH] Alter comment formatting in wagtailcore tests.py --- wagtail/wagtailcore/tests/tests.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wagtail/wagtailcore/tests/tests.py b/wagtail/wagtailcore/tests/tests.py index d7d9a24f9..5fd5aa802 100644 --- a/wagtail/wagtailcore/tests/tests.py +++ b/wagtail/wagtailcore/tests/tests.py @@ -30,8 +30,8 @@ class TestIssue7(TestCase): left all the child pages thinking that they are no longer in the site and return None as their url. - Fix: d6cce69a397d08d5ee81a8cbc1977ab2c9db2682 Discussion: - https://github.com/torchbox/wagtail/issues/7 + Fix: d6cce69a397d08d5ee81a8cbc1977ab2c9db2682 + Discussion: https://github.com/torchbox/wagtail/issues/7 """ fixtures = ['test.json'] @@ -73,8 +73,8 @@ class TestIssue157(TestCase): Which left all the child pages thinking that they are no longer in the site and return None as their url. - Fix: d6cce69a397d08d5ee81a8cbc1977ab2c9db2682 Discussion: - https://github.com/torchbox/wagtail/issues/157 + Fix: d6cce69a397d08d5ee81a8cbc1977ab2c9db2682 + Discussion: https://github.com/torchbox/wagtail/issues/157 """ fixtures = ['test.json']