From af493924420b77f79c10cf48e3fa6ac31a5655ce Mon Sep 17 00:00:00 2001 From: Salvador Faria Date: Sun, 16 Nov 2014 16:00:43 +0000 Subject: [PATCH] Renames duplicate method on TestSnippetRegistering --- wagtail/wagtailsnippets/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wagtail/wagtailsnippets/tests.py b/wagtail/wagtailsnippets/tests.py index 55b79f5949..7386f31140 100644 --- a/wagtail/wagtailsnippets/tests.py +++ b/wagtail/wagtailsnippets/tests.py @@ -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