Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aeftimia committed Aug 17, 2022
1 parent 135f726 commit 9e4ef5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/credibility/test_credibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def test_value_error():
try:
credibility.credible_interval(0, 0, prior=(0, 0))
except ValueError:
pass
return
raise Exception("Expected ValueError")


Expand Down

0 comments on commit 9e4ef5e

Please sign in to comment.