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:
parent
2c898bf536
commit
6a8bf9793b
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user