Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StabilityStoneCover/StabilityStoneCoverFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -rfe90a6d174a01975381e6cda55ed1f7f4e831a51 -r8e213638a22dd9f04d965d875bb58156db019be5 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StabilityStoneCover/StabilityStoneCoverFailureMechanismCreateExtensionsTest.cs (.../StabilityStoneCoverFailureMechanismCreateExtensionsTest.cs) (revision fe90a6d174a01975381e6cda55ed1f7f4e831a51) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StabilityStoneCover/StabilityStoneCoverFailureMechanismCreateExtensionsTest.cs (.../StabilityStoneCoverFailureMechanismCreateExtensionsTest.cs) (revision 8e213638a22dd9f04d965d875bb58156db019be5) @@ -165,7 +165,7 @@ CollectionAssert.IsEmpty(entity.ForeshoreProfileEntities); StabilityStoneCoverFailureMechanismMetaEntity metaEntity = - entity.StabilityStoneCoverFailureMechanismMetaEntities.Single(); + entity.StabilityStoneCoverFailureMechanismMetaEntities.Single(); Assert.IsNull(metaEntity.ForeshoreProfileCollectionSourcePath); } @@ -188,7 +188,7 @@ Assert.AreEqual(1, entity.ForeshoreProfileEntities.Count); StabilityStoneCoverFailureMechanismMetaEntity metaEntity = - entity.StabilityStoneCoverFailureMechanismMetaEntities.Single(); + entity.StabilityStoneCoverFailureMechanismMetaEntities.Single(); string metaEntityForeshoreProfileCollectionSourcePath = metaEntity.ForeshoreProfileCollectionSourcePath; Assert.AreNotSame(filePath, metaEntityForeshoreProfileCollectionSourcePath); Assert.AreEqual(filePath, metaEntityForeshoreProfileCollectionSourcePath);