Skip to content

Commit be0dd64

Browse files
committed
Fix small typo in aray
1 parent 406175d commit be0dd64

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
@@ -165,7 +165,7 @@ def test_diffraction_objects_equality(
165165
"xtype, expected_xarray",
166166
[
167167
# Test whether on_xtype returns the correct xarray values.
168-
# C1: tth to tth, expect no change in xaray value
168+
# C1: tth to tth, expect no change in xarray value
169169
# 1. "tth" provided, expect tth
170170
# 2. "2theta" provided, expect tth
171171
("tth", np.array([30, 60])),

0 commit comments

Comments
 (0)