Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/UpdateInfos/DikeProfilesContextUpdateInfoTest.cs =================================================================== diff -u -rac96d7c315129af851634ed5a4a6800b59ede718 -r528e3367ba1d3581bef2b60fd8bf524de19cbcb7 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/UpdateInfos/DikeProfilesContextUpdateInfoTest.cs (.../DikeProfilesContextUpdateInfoTest.cs) (revision ac96d7c315129af851634ed5a4a6800b59ede718) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/UpdateInfos/DikeProfilesContextUpdateInfoTest.cs (.../DikeProfilesContextUpdateInfoTest.cs) (revision 528e3367ba1d3581bef2b60fd8bf524de19cbcb7) @@ -119,6 +119,7 @@ // Assert Assert.IsTrue(isEnabled); } + mocks.VerifyAll(); } @@ -145,6 +146,7 @@ // Assert Assert.IsFalse(isEnabled); } + mocks.VerifyAll(); }