Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/ProjectEntityReadExtensionsTest.cs =================================================================== diff -u -r5fa8aef400798363971b419cd20171a7bf6076e1 -r9cdd70c8d4ba76d93b72ef8c1b7df138fa73b0e4 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/ProjectEntityReadExtensionsTest.cs (.../ProjectEntityReadExtensionsTest.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/ProjectEntityReadExtensionsTest.cs (.../ProjectEntityReadExtensionsTest.cs) (revision 9cdd70c8d4ba76d93b72ef8c1b7df138fa73b0e4) @@ -50,7 +50,7 @@ public void Read_WithCollector_ReturnsNewProjectWithPropertiesSet() { // Setup - var testDescription = "testName"; + const string testDescription = "testName"; var entity = new ProjectEntity { Description = testDescription