File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
qt/python/mantidqtinterfaces/test/Muon/grouping_tab Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -255,10 +255,10 @@ def test_loading_selects_correctly_when_default_is_invalid(self):
255
255
256
256
def test_that_save_grouping_triggers_the_correct_function (self ):
257
257
# Save functionality is tested elsewhere
258
- self .view .show_file_save_browser_and_return_selection = mock .Mock (return_value = "grouping.xml" )
258
+ self .view .get_save_filename = mock .Mock (return_value = "grouping.xml" )
259
259
260
260
with mock .patch (
261
- "mantidqtinterfaces.Muon.GUI.Common.grouping_tab_widget." " grouping_tab_widget_presenter.xml_utils.save_grouping_to_XML"
261
+ "mantidqtinterfaces.Muon.GUI.Common.grouping_tab_widget.grouping_tab_widget_presenter.xml_utils.save_grouping_to_XML"
262
262
) as mock_save :
263
263
self .view .save_grouping_button .clicked .emit (True )
264
264
You can’t perform that action at this time.
0 commit comments