Skip to content

Commit

Permalink
Fix again test
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Oct 6, 2023
1 parent 0118d11 commit 361afa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/eko/kernels/test_kernels_QEDns.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def test_ode_true_gamma():

def test_error():
for running in [True, False]:
with pytest.raises(NotImplementedError):
with pytest.raises(ValueError):
ns.dispatcher(
(5, 2),
"iterate-exact",
Expand Down

0 comments on commit 361afa8

Please sign in to comment.