diff --git a/Framework/Geometry/test/MDHistoDimensionBuilderTest.h b/Framework/Geometry/test/MDHistoDimensionBuilderTest.h
index 1be5b68d434cfd097379671ccfc003120e4dfb83..6ddb9cc10aa2f678b70fb1ee56a93ac30f5f88e6 100644
--- a/Framework/Geometry/test/MDHistoDimensionBuilderTest.h
+++ b/Framework/Geometry/test/MDHistoDimensionBuilderTest.h
@@ -81,7 +81,7 @@ public:
     TS_ASSERT_EQUALS(2, product->getMaximum());
     TS_ASSERT_EQUALS(1, product->getNBins());
     TSM_ASSERT_EQUALS("Should have selected GeneralFrame as the frame",
-                      Mantid::Geometry::GeneralFrame::GeneralFrameName,
+                      "testDimName",
                       product->getMDFrame().name());
   }
 
diff --git a/Framework/MDAlgorithms/test/ImportMDHistoWorkspaceTest.h b/Framework/MDAlgorithms/test/ImportMDHistoWorkspaceTest.h
index c4213bda872ad5aedcdba396f4841d3503fd7435..bad5b97cb80aa96fa97c09ca5c99fd22c1954db3 100644
--- a/Framework/MDAlgorithms/test/ImportMDHistoWorkspaceTest.h
+++ b/Framework/MDAlgorithms/test/ImportMDHistoWorkspaceTest.h
@@ -303,8 +303,7 @@ public:
       auto dimension = outWs->getDimension(dim);
       const auto &frame = dimension->getMDFrame();
       TSM_ASSERT_EQUALS("Should be convertible to a QSample frame",
-                        Mantid::Geometry::QSample::QSampleName,
-                        frame.name());
+                        Mantid::Geometry::QSample::QSampleName, frame.name());
       TSM_ASSERT("Should not be set to U any longer",
                  "U" != dimension->getUnits().ascii());
     }