Renames duplicate method on TestSnippetRegistering

pull/817/head
Salvador Faria 2014-11-16 16:00:43 +00:00
rodzic 5618e02e84
commit af49392442
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -188,7 +188,7 @@ class TestSnippetRegistering(TestCase):
self.assertIn(RegisterFunction, SNIPPET_MODELS)
def test_register_function(self):
def test_register_decorator(self):
@register_snippet
class RegisterDecorator(models.Model):
pass