diff --git a/Framework/PythonInterface/test/python/mantid/SimpleAPITest.py b/Framework/PythonInterface/test/python/mantid/SimpleAPITest.py index f2bfb1f7a92b9c495c216ef9febdc821e3d550e0..cf969f16defc7d9beaa30ba65975076425974975 100644 --- a/Framework/PythonInterface/test/python/mantid/SimpleAPITest.py +++ b/Framework/PythonInterface/test/python/mantid/SimpleAPITest.py @@ -259,8 +259,8 @@ FullBinsOnly(Input) *boolean* Omit the final bin if it's width is smaller expected_child=False) def test_create_algorithm_with_version_produces_initialized_alorithm(self): - alg = simpleapi._create_algorithm_object("LoadRaw", 2) - self._is_initialized_test(alg, 2, expected_class=AlgorithmProxy, + alg = simpleapi._create_algorithm_object("LoadRaw", 3) + self._is_initialized_test(alg, 3, expected_class=AlgorithmProxy, expected_child=False) def test_create_algorithm_produces_child_inside_PyExec(self):