From f4e1f83f15e77ec961421944a2186cf3348f235d Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Mon, 29 Oct 2012 16:27:15 +0100 Subject: [PATCH] rename test_name_surfix in test_name_suffix in participant/tests.py --- openslides/participant/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/participant/tests.py b/openslides/participant/tests.py index 43db62492..0ee4c6cb4 100644 --- a/openslides/participant/tests.py +++ b/openslides/participant/tests.py @@ -37,7 +37,7 @@ class UserTest(TestCase): def test_repr(self): self.assertEqual(unicode(self.user1), 'Max Mustermann') - def test_name_surfix(self): + def test_name_suffix(self): self.user1.detail = 'München' self.user1.save() self.assertEqual(unicode(self.user1), 'Max Mustermann (München)')