Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/FailureMechanismSectionsImporterTest.cs =================================================================== diff -u -r07bcb38396b4a097dd18d616e36b187d96821518 -r51b7ca830473fab00ed10f5cb0ff845f6be7503f --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/FailureMechanismSectionsImporterTest.cs (.../FailureMechanismSectionsImporterTest.cs) (revision 07bcb38396b4a097dd18d616e36b187d96821518) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/FailureMechanismSectionsImporterTest.cs (.../FailureMechanismSectionsImporterTest.cs) (revision 51b7ca830473fab00ed10f5cb0ff845f6be7503f) @@ -54,7 +54,7 @@ Assert.AreEqual("Vakindeling", importer.Name); Assert.AreEqual("Algemeen", importer.Category); TestHelper.AssertImagesAreEqual(RingtoetsCommonFormsResources.Sections, importer.Image); - Assert.AreEqual("Vakindeling shape bestand (*.shp)|*.shp", importer.FileFilter); + Assert.AreEqual("Vakindeling shapebestand (*.shp)|*.shp", importer.FileFilter); } [Test]