Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Creators/SerializableAssemblyCreatorTest.cs =================================================================== diff -u -rf33ee67efb62e6be7e9d804bd8db91a5ebda75d7 -r39fbcdb4cfd610d8c8dccbe1793d8f17fce156c4 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Creators/SerializableAssemblyCreatorTest.cs (.../SerializableAssemblyCreatorTest.cs) (revision f33ee67efb62e6be7e9d804bd8db91a5ebda75d7) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Creators/SerializableAssemblyCreatorTest.cs (.../SerializableAssemblyCreatorTest.cs) (revision 39fbcdb4cfd610d8c8dccbe1793d8f17fce156c4) @@ -53,6 +53,7 @@ { // Setup const string assessmentSectionName = "assessmentSectionName"; + const string assessmentSectionId = "assessmentSectionId"; IEnumerable geometry = CreateGeometry(); ExportableAssessmentSectionAssemblyResult assessmentSectionAssembly = @@ -68,6 +69,7 @@ ExportableCombinedSectionAssemblyCollection combinedSectionAssemblyResults = CreateCombinedSectionAssemblyCollection(); var exportableAssessmentSection = new ExportableAssessmentSection(assessmentSectionName, + assessmentSectionId, geometry, assessmentSectionAssembly, failureMechanismAssemblyResultWithProbability,