diff --git a/Framework/MPIAlgorithms/test/BroadcastWorkspaceTest.h b/Framework/MPIAlgorithms/test/BroadcastWorkspaceTest.h
index 0903ec5cf828e0dcc913ec4d3fd959c57089b397..63c88e640779e4e477bdb8fab1bdf730ab1e57b0 100644
--- a/Framework/MPIAlgorithms/test/BroadcastWorkspaceTest.h
+++ b/Framework/MPIAlgorithms/test/BroadcastWorkspaceTest.h
@@ -45,7 +45,7 @@ public:
     TS_ASSERT_THROWS_NOTHING(broadcaster.initialize());
     // Create a small workspace
     API::MatrixWorkspace_sptr inWS =
-        WorkspaceCreationHelper::Create2DWorkspace154(1, 5);
+        WorkspaceCreationHelper::create2DWorkspace154(1, 5);
 
     TS_ASSERT_THROWS_NOTHING(broadcaster.setProperty("InputWorkspace", inWS));
     TS_ASSERT_THROWS_NOTHING(
diff --git a/Framework/MPIAlgorithms/test/GatherWorkspacesTest.h b/Framework/MPIAlgorithms/test/GatherWorkspacesTest.h
index f3995cda6bd63ac540bb8bab68c9def7bc6b5715..9de47e9ce32a5d99a69d291a32568ae2fb6f490a 100644
--- a/Framework/MPIAlgorithms/test/GatherWorkspacesTest.h
+++ b/Framework/MPIAlgorithms/test/GatherWorkspacesTest.h
@@ -48,7 +48,7 @@ public:
     TS_ASSERT_THROWS_NOTHING(gatherer.initialize());
     // Create a small workspace
     API::MatrixWorkspace_sptr inWS =
-        WorkspaceCreationHelper::Create2DWorkspace154(1, 5);
+        WorkspaceCreationHelper::create2DWorkspace154(1, 5);
 
     TS_ASSERT_THROWS_NOTHING(gatherer.setProperty("InputWorkspace", inWS));
     gatherer.setChild(