Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/SoilProfileEntityReadExtensionsTest.cs =================================================================== diff -u -r2a210b0032d2a1ac4c4bdedaaf3aee426f717b4d -r9cdd70c8d4ba76d93b72ef8c1b7df138fa73b0e4 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/SoilProfileEntityReadExtensionsTest.cs (.../SoilProfileEntityReadExtensionsTest.cs) (revision 2a210b0032d2a1ac4c4bdedaaf3aee426f717b4d) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/SoilProfileEntityReadExtensionsTest.cs (.../SoilProfileEntityReadExtensionsTest.cs) (revision 9cdd70c8d4ba76d93b72ef8c1b7df138fa73b0e4) @@ -52,7 +52,7 @@ public void Read_WithCollector_ReturnsNewPipingSoilProfileWithPropertiesSetAndEntityRegistered(bool isRelevant) { // Setup - var testName = "testName"; + const string testName = "testName"; var random = new Random(21); double bottom = random.NextDouble(); var entity = new SoilProfileEntity @@ -113,7 +113,7 @@ public void Read_WithCollectorReadTwice_ReturnsSamePipingSoilProfile() { // Setup - var testName = "testName"; + const string testName = "testName"; double bottom = new Random(21).NextDouble(); var entity = new SoilProfileEntity {