Skip to content

Commit 423a245

Browse files
jhaigh0jclarkeSTFC
andauthored
fix typo
Co-authored-by: James Clarke <139879523+jclarkeSTFC@users.noreply.github.com>
1 parent 059f025 commit 423a245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qt/python/mantidqtinterfaces/test/Muon/elemental_analysis_2/EA_loading_tab/elemental_analysis_loadrun_presenter_single_run_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def setUp(self):
3131

3232
setup_context_for_ea_tests(self)
3333

34-
self.view = mock.create_autospec(LoadRunWidgetView, instace=True)
34+
self.view = mock.create_autospec(LoadRunWidgetView, instance=True)
3535
self.model = mock.Mock(LoadRunWidgetModel, autospec=True)
3636
self.presenter = LoadRunWidgetPresenterEA(self.view, self.model)
3737

0 commit comments

Comments
 (0)