Skip to content

Commit 499a1c3

Browse files
committed
improve clarify for test_scale_to
1 parent 66e24bf commit 499a1c3

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
@@ -324,7 +324,7 @@ def test_scale_to(org_do_args, target_do_args, scale_inputs, expected):
324324
"offset": 0,
325325
},
326326
),
327-
# C2: tth and d both provided, expect ValueError
327+
# C2: tth and d both provided, expect ValueErrort
328328
(
329329
{
330330
"xarray": np.array([10, 25, 30.1, 40.2, 61, 120, 140]),

0 commit comments

Comments
 (0)