Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssemblyResultTotalViewTest.cs =================================================================== diff -u -r4ab9368523437c447c06c565d18f987a0457e72b -r4617dd7727849e7c05d315098d48f3616f31ac72 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssemblyResultTotalViewTest.cs (.../AssemblyResultTotalViewTest.cs) (revision 4ab9368523437c447c06c565d18f987a0457e72b) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssemblyResultTotalViewTest.cs (.../AssemblyResultTotalViewTest.cs) (revision 4617dd7727849e7c05d315098d48f3616f31ac72) @@ -140,8 +140,8 @@ Assert.AreEqual("Totaal", totalResultLabel.Text); var failureMechanismsWithProbabilityLabel = (Label) tableLayoutPanel.GetControlFromPosition(0, 1); Assert.AreEqual("Groepen 1 en 2", failureMechanismsWithProbabilityLabel.Text); - var failureMechanismsWithoutProbablityLabel = (Label) tableLayoutPanel.GetControlFromPosition(0, 2); - Assert.AreEqual("Groepen 3 en 4", failureMechanismsWithoutProbablityLabel.Text); + var failureMechanismsWithoutProbabilityLabel = (Label) tableLayoutPanel.GetControlFromPosition(0, 2); + Assert.AreEqual("Groepen 3 en 4", failureMechanismsWithoutProbabilityLabel.Text); Assert.IsInstanceOf(tableLayoutPanel.GetControlFromPosition(1, 0)); Assert.IsInstanceOf(tableLayoutPanel.GetControlFromPosition(1, 1)); Assert.IsInstanceOf(tableLayoutPanel.GetControlFromPosition(1, 2));