Index: Application/Ringtoets/test/Application.Ringtoets.Migration.Test/RingtoetsCreateScriptTest.cs =================================================================== diff -u -r701ddc282bbb77d089a68ce276af1a80614435bf -r6c23a40fd7d5f9ab4f4113d49bc7635e895b0a34 --- Application/Ringtoets/test/Application.Ringtoets.Migration.Test/RingtoetsCreateScriptTest.cs (.../RingtoetsCreateScriptTest.cs) (revision 701ddc282bbb77d089a68ce276af1a80614435bf) +++ Application/Ringtoets/test/Application.Ringtoets.Migration.Test/RingtoetsCreateScriptTest.cs (.../RingtoetsCreateScriptTest.cs) (revision 6c23a40fd7d5f9ab4f4113d49bc7635e895b0a34) @@ -159,7 +159,7 @@ using (new FileDisposeHelper(filePath)) { CriticalMigrationException exception = Assert.Throws(call); - Assert.AreEqual($"Het aanmaken van het Ringtoets bestand versie '{version}' is mislukt.", + Assert.AreEqual($"Het aanmaken van het Ringtoets projectbestand met versie '{version}' is mislukt.", exception.Message); Assert.IsInstanceOf(exception.InnerException); }