Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StructuresOutputCreateExtensionsTest.cs =================================================================== diff -u -r339e1d134a2208f180b9f369d275cb98f9736a7c -rbca00b0e437aeea92c5ef6fd0947ac64acf359cf --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StructuresOutputCreateExtensionsTest.cs (.../StructuresOutputCreateExtensionsTest.cs) (revision 339e1d134a2208f180b9f369d275cb98f9736a7c) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StructuresOutputCreateExtensionsTest.cs (.../StructuresOutputCreateExtensionsTest.cs) (revision bca00b0e437aeea92c5ef6fd0947ac64acf359cf) @@ -93,7 +93,7 @@ GeneralResultEntityTestHelper.AssertGeneralResultPropertyValues(output.GeneralResult, entity.GeneralResultFaultTreeIllustrationPointEntity); } - private class TestStructureOutputEntity : IProbabilityAssessmentOutputEntity, + private class TestStructureOutputEntity : IStructuresOutputEntity, IHasGeneralResultFaultTreeIllustrationPointEntity { public GeneralResultFaultTreeIllustrationPointEntity GeneralResultFaultTreeIllustrationPointEntity { get; set; }