Update test class name
This commit is contained in:
parent
360c2da0b4
commit
8e2fc36539
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ from . import BaseTest
|
||||||
from haystack.constants import DEFAULT_ALIAS
|
from haystack.constants import DEFAULT_ALIAS
|
||||||
|
|
||||||
|
|
||||||
class PluginIndexingTests(BaseTest):
|
class BlogIndexingTests(BaseTest):
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.index = PostIndex()
|
self.index = PostIndex()
|
||||||
|
|
Loading…
Reference in a new issue