Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/HeightStructures/HeightStructuresFailureMechanismMetaEntityReadExtensionsTest.cs =================================================================== diff -u -r401ea38da560543cd91415c326b9463976b2e80a -rf7036a73fff399ef3c8524ffe9099e9b8fcbf3d8 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/HeightStructures/HeightStructuresFailureMechanismMetaEntityReadExtensionsTest.cs (.../HeightStructuresFailureMechanismMetaEntityReadExtensionsTest.cs) (revision 401ea38da560543cd91415c326b9463976b2e80a) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/HeightStructures/HeightStructuresFailureMechanismMetaEntityReadExtensionsTest.cs (.../HeightStructuresFailureMechanismMetaEntityReadExtensionsTest.cs) (revision f7036a73fff399ef3c8524ffe9099e9b8fcbf3d8) @@ -22,6 +22,7 @@ using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.Read.HeightStructures; using NUnit.Framework; +using Ringtoets.Common.Data.TestUtil; using Ringtoets.HeightStructures.Data; namespace Application.Ringtoets.Storage.Test.Read.HeightStructures @@ -42,7 +43,7 @@ GeneralHeightStructuresInput generalInput = entity.Read(); // Assert - Assert.AreEqual(entity.N, (int) generalInput.N); + Assert.AreEqual(entity.N, generalInput.N, generalInput.N.GetAccuracy()); } } } \ No newline at end of file