Skip to content

Commit ee3df9e

Browse files
committed
Fix failing Python test
1 parent cbd5460 commit ee3df9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pineappl_py/tests/test_grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def test_bins_redefinition(self, fake_grids):
263263
# Test error due to bin mismatch
264264
fill_limits = [float(i) for i in range(10)]
265265
bin_configs = BinsWithFillLimits.from_fill_limits(fill_limits=fill_limits)
266-
with pytest.raises(ValueError, match="BinNumberMismatch"):
266+
with pytest.raises(ValueError, match="General"):
267267
g.set_bwfl(bin_configs)
268268

269269
def test_rotate_pidbasis(

0 commit comments

Comments
 (0)