Skip to content

Commit 64feef5

Browse files
committed
fix unit test
1 parent dc64b0e commit 64feef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test/Engineering/texture/test_TextureUtils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ def _col(which):
649649
f"{texture_utils_path}.calc_intens_and_sigma_arrays",
650650
return_value=(None, None, np.array([3.5, 5.0]), None),
651651
)
652-
@patch(f"{texture_utils_path}._convert_TOFerror_to_derror")
652+
@patch(f"{texture_utils_path}.convert_TOFerror_to_derror")
653653
@patch(f"{texture_utils_path}.UnitConversion")
654654
@patch(f"{texture_utils_path}.rerun_fit_with_new_ws")
655655
@patch(f"{texture_utils_path}.get_initial_fit_function_and_kwargs_from_specs")
@@ -771,7 +771,7 @@ def test_fit_all_peaks_basic_fit(
771771
f"{texture_utils_path}.calc_intens_and_sigma_arrays",
772772
return_value=(None, None, np.array([3.0, 3.0]), None),
773773
)
774-
@patch(f"{texture_utils_path}._convert_TOFerror_to_derror")
774+
@patch(f"{texture_utils_path}.convert_TOFerror_to_derror")
775775
@patch(f"{texture_utils_path}.UnitConversion")
776776
@patch(f"{texture_utils_path}.rerun_fit_with_new_ws")
777777
@patch(f"{texture_utils_path}.get_initial_fit_function_and_kwargs_from_specs")

0 commit comments

Comments
 (0)