Index: Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Data.Test/StabilityStoneCoverFailureMechanismAssemblyFactoryTest.cs =================================================================== diff -u -r9d464742b12df2c1a1779e74b8e289eed5045e91 -rc1ad8e8431d65da2f22adeb93f9deddd9fae77e3 --- Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Data.Test/StabilityStoneCoverFailureMechanismAssemblyFactoryTest.cs (.../StabilityStoneCoverFailureMechanismAssemblyFactoryTest.cs) (revision 9d464742b12df2c1a1779e74b8e289eed5045e91) +++ Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Data.Test/StabilityStoneCoverFailureMechanismAssemblyFactoryTest.cs (.../StabilityStoneCoverFailureMechanismAssemblyFactoryTest.cs) (revision c1ad8e8431d65da2f22adeb93f9deddd9fae77e3) @@ -480,7 +480,7 @@ // Assert FailureMechanismSectionAssemblyCategoryGroup expectedAssembly = StabilityStoneCoverFailureMechanismAssemblyFactory.AssembleCombinedAssessment( sectionResult); - Assert.AreEqual(categoryGroup, expectedAssembly); + Assert.AreEqual(expectedAssembly, categoryGroup); } } @@ -499,7 +499,7 @@ sectionResult); // Assert - Assert.AreEqual(categoryGroup, sectionResult.ManualAssemblyCategoryGroup); + Assert.AreEqual(sectionResult.ManualAssemblyCategoryGroup, categoryGroup); } [Test]