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 677b446 commit a0858e6Copy full SHA for a0858e6
1 file changed
src/test_typing_extensions.py
@@ -1859,8 +1859,8 @@ def __init__(self):
1859
class DI:
1860
def __init__(self):
1861
self.x = None
1862
- self.assertIsInstance(C(), P)
1863
- self.assertIsInstance(D(), P)
+ self.assertIsInstance(CI(), P)
+ self.assertIsInstance(DI(), P)
1864
1865
def test_protocols_in_unions(self):
1866
class P(Protocol):
0 commit comments