We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd441f commit 3a52b2fCopy full SHA for 3a52b2f
tests/test_diffraction_objects.py
@@ -389,7 +389,7 @@ def test_id_setter_error():
389
390
with pytest.raises(
391
AttributeError,
392
- match="Direct modification of attribute 'id' is not allowed. " "Please use 'input_data' to modify 'id'.",
+ match="Direct modification of attribute 'id' is not allowed. Please use 'input_data' to modify 'id'.",
393
):
394
do.id = uuid.uuid4()
395
0 commit comments