fixed test name from an old, overly specific iteration of the test

This commit is contained in:
Ian Wilson 2013-09-06 17:20:43 -05:00
parent b79df0b358
commit d005130845
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ class UseMultipleObjectMixinTest(unittest.TestCase):
class SingleObjectTemplateResponseMixinTest(unittest.TestCase):
def test_create_view_with_form_only(self):
def test_template_mixin_without_template(self):
"""
We want to makes sure that if you use a template mixin, but forget the
template, it still tells you it's ImproperlyConfigured instead of