From dfcf636600813d76bfc6201dc9c68340e6595fe9 Mon Sep 17 00:00:00 2001 From: Elliot Oram <Elliot.Oram@stfc.ac.uk> Date: Mon, 4 Apr 2016 08:56:30 +0100 Subject: [PATCH] Update VesuvioCorrections system test to use testing script Refs #15786 --- Testing/SystemTests/tests/analysis/VesuvioCorrectionsTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testing/SystemTests/tests/analysis/VesuvioCorrectionsTest.py b/Testing/SystemTests/tests/analysis/VesuvioCorrectionsTest.py index 86aadfdfec4..42aa03c55cb 100644 --- a/Testing/SystemTests/tests/analysis/VesuvioCorrectionsTest.py +++ b/Testing/SystemTests/tests/analysis/VesuvioCorrectionsTest.py @@ -13,7 +13,7 @@ import platform from mantid.api import * -import VesuvioTesting as testing +import vesuvio.testing as testing import mantid.simpleapi as ms #====================================Helper Functions======================================= -- GitLab