Index: Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil.Test/AssessmentSectionHelperTest.cs =================================================================== diff -u -raacb07cede4cf74a24528a1d466ac03e1d69f284 -r1b61e079b5ce825f3966ecac688d65e9ff567237 --- Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil.Test/AssessmentSectionHelperTest.cs (.../AssessmentSectionHelperTest.cs) (revision aacb07cede4cf74a24528a1d466ac03e1d69f284) +++ Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil.Test/AssessmentSectionHelperTest.cs (.../AssessmentSectionHelperTest.cs) (revision 1b61e079b5ce825f3966ecac688d65e9ff567237) @@ -147,7 +147,7 @@ public void GetTestNormativeAssessmentLevel_Always_ReturnsTheSameRandomValue() { // Call & Assert - Assert.AreEqual(AssessmentSectionHelper.GetTestNormativeAssessmentLevel(), AssessmentSectionHelper.GetTestNormativeAssessmentLevel()); + Assert.AreEqual(AssessmentSectionHelper.GetTestAssessmentLevel(), AssessmentSectionHelper.GetTestAssessmentLevel()); } [Test]