fixed test name

This commit is contained in:
Pablo Hoffman 2009-08-24 07:57:00 -03:00
parent 2cb0cfe7ea
commit c7e916407d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from scrapy.contrib.downloadermiddleware.useragent import UserAgentMiddleware
from scrapy.conf import settings
class CookiesMiddlewareTest(TestCase):
class UserAgentMiddlewareTest(TestCase):
def setUp(self):
spiders.spider_modules = ['scrapy.tests.test_spiders']