Skip to content

Commit

Permalink
fix test_issubform tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Jan 8, 2022
1 parent 2ab2bfa commit 76107b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_never_type/test_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ def test_isinstance() -> None:
)


@mark.xfail
def test_issubform_true() -> None:
"""https://github.com/KotlinIsland/basedtyping/issues/22"""
assert issubform(Never, int)


@mark.xfail
def test_issubform_false() -> None:
assert not issubform(str, Never)

Expand Down

0 comments on commit 76107b6

Please sign in to comment.