Skip to content

Commit

Permalink
fix the failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmurphy-mc committed Sep 8, 2021
1 parent d9fa48b commit 4273bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_slapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_regex_slaps():
assert slap_many(LikeState.empty, '[ld]*ddl') is LikeState.liked


# @pytest.mark.xfail
@pytest.mark.xfail
def test_divide_by_zero():
assert 1 / 0 == 1

Expand Down

0 comments on commit 4273bcc

Please sign in to comment.