Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/MacroStabilityInwardsSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r99f5c8f535c01eb9882a703e09572ab4b5fe3d97 -rf909c714921a6c7c24772a7510ce5ad134f70cf5 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/MacroStabilityInwardsSectionResultEntityReadExtensionsTest.cs (.../MacroStabilityInwardsSectionResultEntityReadExtensionsTest.cs) (revision 99f5c8f535c01eb9882a703e09572ab4b5fe3d97) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/MacroStabilityInwardsSectionResultEntityReadExtensionsTest.cs (.../MacroStabilityInwardsSectionResultEntityReadExtensionsTest.cs) (revision f909c714921a6c7c24772a7510ce5ad134f70cf5) @@ -36,7 +36,7 @@ public void Read_SectionResultIsNull_ThrowArgumentNullException() { // Setup - var entity = new MacrostabilityInwardsSectionResultEntity(); + var entity = new MacroStabilityInwardsSectionResultEntity(); // Call TestDelegate call = () => entity.Read(null); @@ -59,7 +59,7 @@ var failureMechanismSectionEntity = new FailureMechanismSectionEntity(); collector.Read(failureMechanismSectionEntity, new TestFailureMechanismSection()); - var entity = new MacrostabilityInwardsSectionResultEntity + var entity = new MacroStabilityInwardsSectionResultEntity { LayerThree = layerThree, LayerTwoA = layerTwoA,