Skip to content

Commit

Permalink
fix call to old plot() in test, re #11542
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Apr 15, 2015
1 parent be2ae72 commit 5651f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidPlot/test/MantidPlotProxiesTest.py
Expand Up @@ -137,7 +137,7 @@ def test_closing_getInstrumentView(self):
self.try_closing(iv, "getInstrumentView()")

def test_convertToWaterfall(self):
g = plot(workspace("IRS26173"),(0,1,2,3,4))
g = pymantidplot.qtiplot.plot(workspace("IRS26173"),(0,1,2,3,4))
convertToWaterfall(g)
self.try_closing(g, "convertToWaterfall()")

Expand Down

0 comments on commit 5651f2c

Please sign in to comment.