Skip to content

Commit ac5a2f3

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent d561583 commit ac5a2f3

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
@@ -757,7 +757,7 @@ def test_addition_operator_invalid_type(do_minimal_tth, invalid_add_type_error_m
757757
do + "string_value"
758758
with pytest.raises(TypeError, match=re.escape(invalid_add_type_error_msg)):
759759
"string_value" + do
760-
760+
761761

762762
def test_addition_operator_invalid_xarray_length(do_minimal, do_minimal_tth, x_grid_size_mismatch_error_msg):
763763
# Combine two DO objects, one with empty xarrays (do_minimal) and the other with non-empty xarrays

0 commit comments

Comments
 (0)