summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_time.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_time.py')
-rw-r--r--Lib/test/test_time.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_time.py b/Lib/test/test_time.py
index 4e21a64..93d4d36 100644
--- a/Lib/test/test_time.py
+++ b/Lib/test/test_time.py
@@ -230,7 +230,7 @@ class TestLocale(unittest.TestCase):
def tearDown(self):
locale.setlocale(locale.LC_ALL, self.oldloc)
- def test_bug_5562(self):
+ def test_bug_3061(self):
try:
tmp = locale.setlocale(locale.LC_ALL, "fr_FR")
except locale.Error: