Move misplaced test file

This commit is contained in:
Loic Teixeira 2018-02-23 16:36:25 +11:00 committed by Matt Westcott
parent 8364dcd9ab
commit 0b588e47eb

View file

@ -3,8 +3,8 @@ from __future__ import absolute_import, unicode_literals
from django.conf import settings
from django.test import TestCase
from wagtail.wagtailcore.models import Page
from wagtail.wagtailsearch.backends import get_search_backend
from wagtail.core.models import Page
from wagtail.search.backends import get_search_backend
class PageSearchTests(object):