diff --git a/Framework/PythonInterface/test/python/plugins/algorithms/WorkflowAlgorithms/OSIRISDiffractionReductionTest.py b/Framework/PythonInterface/test/python/plugins/algorithms/WorkflowAlgorithms/OSIRISDiffractionReductionTest.py index d65791e76a18ad2d848352e1a8d9decb5b398c82..88062554161f8af9373593fa90260d472d277be4 100644 --- a/Framework/PythonInterface/test/python/plugins/algorithms/WorkflowAlgorithms/OSIRISDiffractionReductionTest.py +++ b/Framework/PythonInterface/test/python/plugins/algorithms/WorkflowAlgorithms/OSIRISDiffractionReductionTest.py @@ -51,7 +51,7 @@ class OSIRISDiffractionReductionTest(unittest.TestCase): SpectraMin=3, SpectraMax=361, DetectDRange=False, - DRange="1-2") + DRange="1,3") self.assertTrue(isinstance(wks, MatrixWorkspace), 'Result workspace should be a matrix workspace.') self.assertEqual(wks.getAxis(0).getUnit().unitID(), 'dSpacing')