diff --git a/Framework/Crystal/test/PeakIntegrationTest.h b/Framework/Crystal/test/PeakIntegrationTest.h
index a34be8927d45e43d347563d18dba877f998dba4d..66d6a0322a9ec3a61cf27e693554852e4e7f1fa7 100644
--- a/Framework/Crystal/test/PeakIntegrationTest.h
+++ b/Framework/Crystal/test/PeakIntegrationTest.h
@@ -72,6 +72,8 @@ public:
     loadInst->setPropertyValue(
         "Filename", "IDFs_for_UNIT_TESTING/MINITOPAZ_Definition.xml");
     loadInst->setProperty<MatrixWorkspace_sptr>("Workspace", retVal);
+    loadInst->setProperty("OverwriteSpectraMap",
+                          Mantid::Kernel::OptionalBool(true));
     loadInst->execute();
     delete loadInst;
     // Populate the instrument parameters in this workspace - this works around