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 b31c211 commit 90e296fCopy full SHA for 90e296f
mypy/test/testtypes.py
@@ -867,7 +867,7 @@ def test_generics_contravariant(self) -> None:
867
def test_generics_with_multiple_args(self) -> None:
868
self.assert_join(self.fx_co.hab, self.fx_co.hab, self.fx_co.hab)
869
self.assert_join(self.fx_co.hab, self.fx_co.hbb, self.fx_co.hab)
870
- self.assert_join(self.fx_co.had, self.fx_co.has, self.fx_co.hao)
+ self.assert_join(self.fx_co.had, self.fx_co.haa, self.fx_co.hao)
871
872
def test_generics_with_inheritance(self) -> None:
873
self.assert_join(self.fx_co.gsab, self.fx_co.gb, self.fx_co.gb)
0 commit comments