Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/MacroStabilityOutwardsSectionResultRowTest.cs =================================================================== diff -u -r5157c0cfbc606566e79c509dd46f9b6f67c69d84 -rcd1a2e1df375f6dd1ac7739f6695ceea140e133c --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/MacroStabilityOutwardsSectionResultRowTest.cs (.../MacroStabilityOutwardsSectionResultRowTest.cs) (revision 5157c0cfbc606566e79c509dd46f9b6f67c69d84) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/MacroStabilityOutwardsSectionResultRowTest.cs (.../MacroStabilityOutwardsSectionResultRowTest.cs) (revision cd1a2e1df375f6dd1ac7739f6695ceea140e133c) @@ -324,8 +324,7 @@ row.ManualAssemblyCategoryGroup = newValue; // Assert - ManualFailureMechanismSectionAssemblyCategoryGroup expectedCategoryGroup = newValue; - Assert.AreEqual(expectedCategoryGroup, result.ManualAssemblyCategoryGroup); + Assert.AreEqual(newValue, result.ManualAssemblyCategoryGroup); mocks.VerifyAll(); } }