Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstangl committed Dec 14, 2023
1 parent 417b8fe commit 5c64621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wilson/test_wilson.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def test_config(self):

def test_config_parameters(self):
w = wilson.Wilson({'qd1_1123': 1}, 1000, 'SMEFT', 'Warsaw')
with self.assertRaises(vol.MultipleInvalid):
with self.assertRaises((vol.MultipleInvalid,TypeError)):
# value must be dict
w.set_option('parameters', 4)
with self.assertRaises(vol.MultipleInvalid):
Expand Down

0 comments on commit 5c64621

Please sign in to comment.