fix small typo
diff --git a/Lib/test/test_threadedtempfile.py b/Lib/test/test_threadedtempfile.py
index 7383467..6d84e7e 100644
--- a/Lib/test/test_threadedtempfile.py
+++ b/Lib/test/test_threadedtempfile.py
@@ -63,7 +63,7 @@
             t.join()
             ok += t.ok_count
             if t.error_count:
-                errors.append(str(t.get_name()) + str(t.errors.getvalue()))
+                errors.append(str(t.name) + str(t.errors.getvalue()))
 
         threading_cleanup(*thread_info)