Skip to content
Snippets Groups Projects
Unverified Commit 982705a1 authored by Johannes Hoppe's avatar Johannes Hoppe Committed by GitHub
Browse files

Fix naming

parent 38e1ddec
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -130,8 +130,8 @@ class TestMsgCheck(unittest.TestCase): # pylint: disable=too-many-public-method
self.assertEqual(replace_formatters('%(sth)s', 'python'), '')
self.assertEqual(replace_formatters('%(sth)02f', 'python'), '')
 
def test_replace_formatters_python_braces(self):
"""Test removal of formatters in a python braces string."""
def test_replace_formatters_python_brace(self):
"""Test removal of formatters in a python brace string."""
# str.format()
conditions = (
('First, thou shalt count to {0}',
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment