Skip to content

Commit 3a52b2f

Browse files
committed
Fix spacing in error msg
1 parent 4bd441f commit 3a52b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_diffraction_objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def test_id_setter_error():
389389

390390
with pytest.raises(
391391
AttributeError,
392-
match="Direct modification of attribute 'id' is not allowed. " "Please use 'input_data' to modify 'id'.",
392+
match="Direct modification of attribute 'id' is not allowed. Please use 'input_data' to modify 'id'.",
393393
):
394394
do.id = uuid.uuid4()
395395

0 commit comments

Comments
 (0)