Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/StochasticSoilModelEntityReadExtensionsTest.cs =================================================================== diff -u -r2a210b0032d2a1ac4c4bdedaaf3aee426f717b4d -r9cdd70c8d4ba76d93b72ef8c1b7df138fa73b0e4 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/StochasticSoilModelEntityReadExtensionsTest.cs (.../StochasticSoilModelEntityReadExtensionsTest.cs) (revision 2a210b0032d2a1ac4c4bdedaaf3aee426f717b4d) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/StochasticSoilModelEntityReadExtensionsTest.cs (.../StochasticSoilModelEntityReadExtensionsTest.cs) (revision 9cdd70c8d4ba76d93b72ef8c1b7df138fa73b0e4) @@ -73,8 +73,8 @@ public void Read_WithCollector_ReturnsNewStochasticSoilModelWithPropertiesSetAndEntityRegistered() { // Setup - var testName = "testName"; - var testSegmentName = "testSegmentName"; + const string testName = "testName"; + const string testSegmentName = "testSegmentName"; var entity = new StochasticSoilModelEntity { Name = testName,