Skip to content
Snippets Groups Projects
Commit 8f1c4e76 authored by Nick Draper's avatar Nick Draper
Browse files

flake8 indentation warning

parent 61ee2dbc
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ class WorkspaceWidgetTest(unittest.TestCase, QtWidgetFinder):
def test_plot_with_plot_bin(self,mock_plot):
self.ws_widget._do_plot_bin([self.ws_names[0]], False, False)
mock_plot.assert_called_once_with(unittest.mock.ANY,errors=False, overplot=False, wksp_indices=[0],
plot_kwargs={'axis': MantidAxType.BIN})
plot_kwargs={'axis': MantidAxType.BIN})
@mock.patch('workbench.plugins.workspacewidget.plot_from_names', autospec=True)
def test_plot_with_plot_spectrum(self,mock_plot_from_names):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment