change for tiramisu 2.2
This commit is contained in:
@ -134,7 +134,7 @@ def test_choiceoption_calc_opt_function_propertyerror():
|
||||
cfg = Config(odesc)
|
||||
api = getapi(cfg)
|
||||
api.property.read_write()
|
||||
raises(ConfigError, "api.option('choice').value.set('no')")
|
||||
raises(ValueError, "api.option('choice').value.set('no')")
|
||||
|
||||
|
||||
def test_choiceoption_calc_opt_multi_function():
|
||||
|
Reference in New Issue
Block a user