Skip to content

Commit

Permalink
Update tests/test_stats.py
Browse files Browse the repository at this point in the history
Co-authored-by: Adrien Berchet <adrien.berchet@epfl.ch>
  • Loading branch information
eleftherioszisis and adrien-berchet authored Dec 7, 2021
1 parent 094e242 commit 9ef756b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_get_test():

# stest does not exist in the available tests defined within the function
with pytest.raises(TypeError):
st.get_test(stest=5)
st.get_test(stest="UNKNOWN")


def test_fit_results_dict_uniform():
Expand Down

0 comments on commit 9ef756b

Please sign in to comment.