Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/RingtoetsProjectCreateExtensionsTest.cs =================================================================== diff -u -r2a210b0032d2a1ac4c4bdedaaf3aee426f717b4d -r9cdd70c8d4ba76d93b72ef8c1b7df138fa73b0e4 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/RingtoetsProjectCreateExtensionsTest.cs (.../RingtoetsProjectCreateExtensionsTest.cs) (revision 2a210b0032d2a1ac4c4bdedaaf3aee426f717b4d) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/RingtoetsProjectCreateExtensionsTest.cs (.../RingtoetsProjectCreateExtensionsTest.cs) (revision 9cdd70c8d4ba76d93b72ef8c1b7df138fa73b0e4) @@ -49,7 +49,7 @@ public void Create_WithCollector_ReturnsProjectEntityWithDescription() { // Setup - var testdescription = "testDescription"; + const string testdescription = "testDescription"; var project = new RingtoetsProject { Description = testdescription @@ -68,7 +68,7 @@ public void Create_StringPropertiesDoNotShareReference() { // Setup - var testdescription = "original description"; + const string testdescription = "original description"; var project = new RingtoetsProject { Description = testdescription