mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 01:03:11 +00:00
Alter comment formatting in wagtailcore tests.py
This commit is contained in:
parent
874c364edc
commit
ea14d99d18
1 changed files with 4 additions and 4 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Reference in a new issue