Skip to content

Commit 9e4ef5e

Browse files
committed
fix test
1 parent 135f726 commit 9e4ef5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/credibility/test_credibility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def test_value_error():
99
try:
1010
credibility.credible_interval(0, 0, prior=(0, 0))
1111
except ValueError:
12-
pass
12+
return
1313
raise Exception("Expected ValueError")
1414

1515

0 commit comments

Comments
 (0)