Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs =================================================================== diff -u -r6ed9c7e3fd4c8b5bd967b2a39b97b04741cff8dc -r11d42ab635dac57e2decba16eaf672da35ee8580 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision 6ed9c7e3fd4c8b5bd967b2a39b97b04741cff8dc) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision 11d42ab635dac57e2decba16eaf672da35ee8580) @@ -181,7 +181,7 @@ var expectedMessages = new[] { "Openen van bestaand Ringtoetsproject.", - "Bestaand Ringtoetsproject succesvol geopend.", + "Bestaand Ringtoetsproject succesvol geopend." }; TestHelper.AssertLogMessagesAreGenerated(action, expectedMessages, 3); Assert.AreEqual(tempRingtoetsFile, gui.ProjectFilePath);