Skip to content

Commit

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


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


Expand Down

0 comments on commit 1db9186

Please sign in to comment.