From c738b64f9f5189697e209baf45e477e6d5b61c5a Mon Sep 17 00:00:00 2001 From: Elliot Oram <Elliot.Oram@stfc.ac.uk> Date: Mon, 4 Apr 2016 09:36:13 +0100 Subject: [PATCH] Use vesuvio.testing in VesuvioTOFFit Refs #15786 --- .../test/python/plugins/algorithms/VesuvioTOFFitTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/PythonInterface/test/python/plugins/algorithms/VesuvioTOFFitTest.py b/Framework/PythonInterface/test/python/plugins/algorithms/VesuvioTOFFitTest.py index fa01ac92a30..b554f98a58c 100644 --- a/Framework/PythonInterface/test/python/plugins/algorithms/VesuvioTOFFitTest.py +++ b/Framework/PythonInterface/test/python/plugins/algorithms/VesuvioTOFFitTest.py @@ -7,7 +7,7 @@ are configured to find the Vesuvio data import unittest import platform from mantid.api import AlgorithmManager -import VesuvioTesting as testing +import vesuvio.testing as testing import vesuvio.commands as vesuvio class VesuvioTOFFitTest(unittest.TestCase): -- GitLab