Index: Ringtoets/Common/test/Ringtoets.Common.IO.Test/DikeProfiles/ProfileLocationReaderTest.cs =================================================================== diff -u -r6928d01beb183acca2937ed5835e951e999be5cb -r27a3de13b3b94459fc79664d521de3790dd6b0df --- Ringtoets/Common/test/Ringtoets.Common.IO.Test/DikeProfiles/ProfileLocationReaderTest.cs (.../ProfileLocationReaderTest.cs) (revision 6928d01beb183acca2937ed5835e951e999be5cb) +++ Ringtoets/Common/test/Ringtoets.Common.IO.Test/DikeProfiles/ProfileLocationReaderTest.cs (.../ProfileLocationReaderTest.cs) (revision 27a3de13b3b94459fc79664d521de3790dd6b0df) @@ -163,7 +163,7 @@ public void Constructor_FileInUse_ThrowCriticalFileReadException() { // Setup - string path = TestHelper.GetScratchPadPath(Path.GetRandomFileName()); + string path = TestHelper.GetScratchPadPath($"{nameof(ProfileLocationReaderTest)}.{nameof(Constructor_FileInUse_ThrowCriticalFileReadException)}"); using (var fileDisposeHelper = new FileDisposeHelper(path)) {