Skip to content

Commit e46cf19

Browse files
sobolevnpicnixz
andauthored
Update Lib/test/test_types.py
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent fe7551b commit e46cf19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2010,7 +2010,7 @@ def test_equal(self):
20102010
self.assertEqual(ns1, ns2)
20112011
self.assertNotEqual(ns2, types.SimpleNamespace())
20122012

2013-
def test_richcompare(self):
2013+
def test_richcompare_unsupported(self):
20142014
ns1 = types.SimpleNamespace(x=1)
20152015
ns2 = types.SimpleNamespace(y=2)
20162016

0 commit comments

Comments
 (0)