diff --git a/Framework/PythonInterface/test/python/plugins/algorithms/VesuvioTOFFitTest.py b/Framework/PythonInterface/test/python/plugins/algorithms/VesuvioTOFFitTest.py
index fa01ac92a3014d98e5a47c6789fb8907dbfc1f3f..b554f98a58cf2312a77b7f7fde8612d1a3bcdfb1 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):