aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/_test_embed_structseq.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/_test_embed_structseq.py')
-rw-r--r--Lib/test/_test_embed_structseq.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/_test_embed_structseq.py b/Lib/test/_test_embed_structseq.py
index 154662efce9..4cac84d7a46 100644
--- a/Lib/test/_test_embed_structseq.py
+++ b/Lib/test/_test_embed_structseq.py
@@ -11,7 +11,7 @@ class TestStructSeq(unittest.TestCase):
# ob_refcnt
self.assertGreaterEqual(sys.getrefcount(obj_type), 1)
# tp_base
- self.assertTrue(issubclass(obj_type, tuple))
+ self.assertIsSubclass(obj_type, tuple)
# tp_bases
self.assertEqual(obj_type.__bases__, (tuple,))
# tp_dict