Update test class name

This commit is contained in:
marco federighi 2015-10-19 22:27:05 +02:00 committed by Iacopo Spalletti
parent 360c2da0b4
commit 8e2fc36539

View file

@ -7,7 +7,7 @@ from . import BaseTest
from haystack.constants import DEFAULT_ALIAS
class PluginIndexingTests(BaseTest):
class BlogIndexingTests(BaseTest):
def setUp(self):
self.index = PostIndex()