We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348127f commit bc86ed2Copy full SHA for bc86ed2
1 file changed
Lib/test/test_annotationlib.py
@@ -1886,7 +1886,7 @@ def two(_) -> C1 | C2:
1886
self.assertNotEqual(hash(A.one_f), hash(A.one_f_ga1))
1887
1888
self.assertIsInstance(A.one_f_ga1.__cell__, types.CellType)
1889
- self.assertIs(A.one_f_ga1.__cell__, A.one_f_ga1.__cell__)
+ self.assertIs(A.one_f_ga1.__cell__, A.one_f_ga2.__cell__)
1890
1891
self.assertEqual(A.one_f_ga1, A.one_f_ga2)
1892
self.assertEqual(hash(A.one_f_ga1), hash(A.one_f_ga2))
0 commit comments