Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Commands/AddAssessmentSectionCommandTest.cs =================================================================== diff -u -r75c007324755a9f899f7fc5639ff873311343bdc -r930dbe6d1d96a17d607c38b7b9600e9147abca44 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Commands/AddAssessmentSectionCommandTest.cs (.../AddAssessmentSectionCommandTest.cs) (revision 75c007324755a9f899f7fc5639ff873311343bdc) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Commands/AddAssessmentSectionCommandTest.cs (.../AddAssessmentSectionCommandTest.cs) (revision 930dbe6d1d96a17d607c38b7b9600e9147abca44) @@ -71,7 +71,7 @@ // Setup var mockRepository = new MockRepository(); var commandHandler = mockRepository.StrictMock(); - commandHandler.Expect(ch => ch.CreateAssessmentSectionFromFile()); + commandHandler.Expect(ch => ch.AddAssessmentSectionFromFile()); mockRepository.ReplayAll(); var command = new AddAssessmentSectionCommand(commandHandler);