Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresContextTreeNodeInfoTest.cs =================================================================== diff -u -r907d7211601d77e3ab0d0e156b7787a9dda0490b -r9e9e7d99aa5e3351f509eb24888e51ed091273d2 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresContextTreeNodeInfoTest.cs (.../StabilityPointStructuresContextTreeNodeInfoTest.cs) (revision 907d7211601d77e3ab0d0e156b7787a9dda0490b) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresContextTreeNodeInfoTest.cs (.../StabilityPointStructuresContextTreeNodeInfoTest.cs) (revision 9e9e7d99aa5e3351f509eb24888e51ed091273d2) @@ -197,13 +197,13 @@ var assessmentSection = mocks.Stub(); mocks.ReplayAll(); - var faliureMechanism = new StabilityPointStructuresFailureMechanism(); + var failureMechanism = new StabilityPointStructuresFailureMechanism(); // Precondition - CollectionAssert.IsEmpty(faliureMechanism.StabilityPointStructures); + CollectionAssert.IsEmpty(failureMechanism.StabilityPointStructures); - var context = new StabilityPointStructuresContext(faliureMechanism.StabilityPointStructures, - faliureMechanism, + var context = new StabilityPointStructuresContext(failureMechanism.StabilityPointStructures, + failureMechanism, assessmentSection); using (var plugin = new StabilityPointStructuresPlugin()) {