Skip to content
Prev Previous commit
Next Next commit
Fix doubled word in test method name
  • Loading branch information
ncoghlan committed Dec 9, 2017
commit af504fff69ed8792e0f356edcca4c4132561917e
2 changes: 1 addition & 1 deletion Lib/test/test_c_locale_coercion.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def _check_c_locale_coercion(self,
expected_warnings,
coercion_expected)

def test_test_PYTHONCOERCECLOCALE_not_set(self):
def test_PYTHONCOERCECLOCALE_not_set(self):
# This should coerce to the first available target locale by default
self._check_c_locale_coercion("utf-8", "utf-8", coerce_c_locale=None)

Expand Down