Skip to content

Commit

Permalink
Missed a reference to LoadRaw version 2 in the python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDraper committed Oct 7, 2015
1 parent e3d408e commit 86a23ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Framework/PythonInterface/test/python/mantid/SimpleAPITest.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ def test_create_algorithm_object_produces_initialized_non_child_alorithm_outside
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):
Expand Down

0 comments on commit 86a23ce

Please sign in to comment.