Skip to content

Commit 982705a

Browse files
authored
Fix naming
1 parent 38e1dde commit 982705a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_msgcheck.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ def test_replace_formatters_python(self):
130130
self.assertEqual(replace_formatters('%(sth)s', 'python'), '')
131131
self.assertEqual(replace_formatters('%(sth)02f', 'python'), '')
132132

133-
def test_replace_formatters_python_braces(self):
134-
"""Test removal of formatters in a python braces string."""
133+
def test_replace_formatters_python_brace(self):
134+
"""Test removal of formatters in a python brace string."""
135135
# str.format()
136136
conditions = (
137137
('First, thou shalt count to {0}',

0 commit comments

Comments
 (0)