Index: Ringtoets/Common/test/Ringtoets.Common.Service.Test/IllustrationPoints/IllustrationPointNodeConverterTest.cs =================================================================== diff -u -rcf5fa63f05c1018cdb14d5c664fa21f26026150c -r624182c7e9be3e758f0c6a55e360edac0892d48e --- Ringtoets/Common/test/Ringtoets.Common.Service.Test/IllustrationPoints/IllustrationPointNodeConverterTest.cs (.../IllustrationPointNodeConverterTest.cs) (revision cf5fa63f05c1018cdb14d5c664fa21f26026150c) +++ Ringtoets/Common/test/Ringtoets.Common.Service.Test/IllustrationPoints/IllustrationPointNodeConverterTest.cs (.../IllustrationPointNodeConverterTest.cs) (revision 624182c7e9be3e758f0c6a55e360edac0892d48e) @@ -170,7 +170,6 @@ string expectedMessageInnerException = $"Cannot convert {hydraRingIllustrationPointData.GetType()}."; Exception innerException = exception.InnerException; - Assert.IsNotNull(innerException); Assert.IsInstanceOf(innerException); Assert.AreEqual(expectedMessageInnerException, innerException.Message); } @@ -204,7 +203,6 @@ string expectedMessageInnerException = $"Cannot convert {typeof(TestHydraRingIllustrationPointData)}."; Exception innerException = exception.InnerException; - Assert.IsNotNull(innerException); Assert.IsInstanceOf(innerException); Assert.AreEqual(expectedMessageInnerException, innerException.Message); }