mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-22 05:51:53 +00:00
Fix test name
This commit is contained in:
parent
2c898bf536
commit
6a8bf9793b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue