From 5e11bb91227680786877dcd7a47bd4bc695fc365 Mon Sep 17 00:00:00 2001
From: Nick Draper <nick.draper@stfc.ac.uk>
Date: Thu, 15 Oct 2015 11:01:18 +0100
Subject: [PATCH] fix a python test that is failing

re #13470
---
 MantidQt/SliceViewer/test/SliceViewerPythonInterfaceTest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MantidQt/SliceViewer/test/SliceViewerPythonInterfaceTest.py b/MantidQt/SliceViewer/test/SliceViewerPythonInterfaceTest.py
index f7ac61b15e5..cff5c28c1d8 100644
--- a/MantidQt/SliceViewer/test/SliceViewerPythonInterfaceTest.py
+++ b/MantidQt/SliceViewer/test/SliceViewerPythonInterfaceTest.py
@@ -449,7 +449,7 @@ class SliceViewerPythonInterfaceTest(unittest.TestCase):
         sv.setRebinThickness(2, 1.0)
         sv.setRebinNumBins(50, 200)
         sv.refreshRebin()
-        sv.setRebinMode(True, True)
+        sv.setRebinMode(True)
         time.sleep(1)
         self.assertTrue(mtd.doesExist('uniform_rebinned'), 'Dynamically rebinned workspace was created.')
         ws = mtd['uniform_rebinned']
-- 
GitLab