From d140bff2f0dcdb2520eecfc57307d4bdeff2c0bc Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 24 Mar 2015 12:53:30 +0000 Subject: [PATCH] rename TestDocumentLinkHandler as suggested https://github.com/torchbox/wagtail/pull/1093/files#r26976807 --- wagtail/wagtaildocs/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wagtail/wagtaildocs/tests.py b/wagtail/wagtaildocs/tests.py index 00a8227e0..863ad8e9c 100644 --- a/wagtail/wagtaildocs/tests.py +++ b/wagtail/wagtaildocs/tests.py @@ -580,7 +580,7 @@ class TestServeView(TestCase): self.assertEqual(response.status_code, 404) -class TestDocumentLinkHandler(TestCase): +class TestDocumentRichTextLinkHandler(TestCase): fixtures = ['wagtail/tests/fixtures/test.json'] def test_get_db_attributes(self):