Skip to content

Commit

Permalink
Update testtypes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
clintaire committed Sep 16, 2024
1 parent b31c211 commit 90e296f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy/test/testtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ def test_generics_contravariant(self) -> None:
def test_generics_with_multiple_args(self) -> None:
self.assert_join(self.fx_co.hab, self.fx_co.hab, self.fx_co.hab)
self.assert_join(self.fx_co.hab, self.fx_co.hbb, self.fx_co.hab)
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)

def test_generics_with_inheritance(self) -> None:
self.assert_join(self.fx_co.gsab, self.fx_co.gb, self.fx_co.gb)
Expand Down

0 comments on commit 90e296f

Please sign in to comment.