Skip to content

Commit 1ea92fd

Browse files
committed
Update test to reflect recent modifications
1 parent 7a11785 commit 1ea92fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/bdv/test_definitionoptions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ def test__definition_option():
2828
def_opts = DefinitionOptions()
2929
with pytest.raises(ValueError) as excinfo:
3030
def_opts.set_angle_definition(test_value)
31-
assert (
32-
str(excinfo.value)
33-
== "Value must be one of single, multi_multi. Support for multi_single is not available for angles and illuminations"
31+
assert str(excinfo.value) == (
32+
"Value must be one of: ['single', 'multi_multi']. Support for "
33+
"'multi_single' is not available for angles and illuminations."
3434
)
3535

3636

0 commit comments

Comments
 (0)