Skip to content

Commit

Permalink
test merge not passing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fangshuai03 committed Jan 19, 2024
1 parent ec5e686 commit cd47dea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py/pytest_mini_project/test_simplemath.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ def test_divide():
assert divide(6, 2) == 3

def test_divide_by_zero():
"""test divide by zero function"""
with pytest.raises(ValueError):
divide(1, 0)

0 comments on commit cd47dea

Please sign in to comment.