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 bc86ed2 commit d434a40Copy full SHA for d434a40
1 file changed
Lib/test/test_annotationlib.py
@@ -1893,7 +1893,7 @@ def two(_) -> C1 | C2:
1893
1894
self.assertIsNot(A.two_f_ga1.__cell__, A.two_f_ga2.__cell__)
1895
self.assertIsInstance(A.two_f_ga1.__cell__, dict)
1896
- self.assertIsInstance(A.two_f_ga1.__cell__, dict)
+ self.assertIsInstance(A.two_f_ga2.__cell__, dict)
1897
1898
self.assertEqual(A.two_f_ga1, A.two_f_ga2)
1899
self.assertEqual(hash(A.two_f_ga1), hash(A.two_f_ga2))
0 commit comments