0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 03:31:04 +01:00

Fix test name

This commit is contained in:
Matt Westcott 2015-10-07 16:40:50 +01:00
parent 2c898bf536
commit 6a8bf9793b

View File

@ -25,7 +25,7 @@ from wagtail.wagtaildocs import models
from wagtail.wagtaildocs.rich_text import DocumentLinkHandler
class TestImageQuerySet(TestCase):
class TestDocumentQuerySet(TestCase):
def test_search_method(self):
# Make a test document
document = models.Document.objects.create(title="Test document")