Skip to content

Commit

Permalink
Rename version 2 test Re #12541
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Jun 17, 2015
1 parent c1c5d44 commit 923c3db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ set ( TEST_PY_FILES
MolDynTest.py
MSDFitTest.py
PDDetermineCharacterizationsTest.py
ResNormTest.py
ResNorm2Test.py
RetrieveRunInfoTest.py
SANSWideAngleCorrectionTest.py
SavePlot1DTest.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from mantid.api import MatrixWorkspace, WorkspaceGroup


class ResNormTest(unittest.TestCase):
class ResNorm2Test(unittest.TestCase):

_res_ws = None
_van_ws = None
Expand Down

0 comments on commit 923c3db

Please sign in to comment.