Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/ViewInfos/GrassCoverErosionOutwardsWaveHeightLocationsViewInfoTest.cs =================================================================== diff -u -r232167b1fa0b3e017074e366ef8f835bbd76d773 -r1d119f8fbafa52dc700bc684375f3f0130a523fd --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/ViewInfos/GrassCoverErosionOutwardsWaveHeightLocationsViewInfoTest.cs (.../GrassCoverErosionOutwardsWaveHeightLocationsViewInfoTest.cs) (revision 232167b1fa0b3e017074e366ef8f835bbd76d773) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/ViewInfos/GrassCoverErosionOutwardsWaveHeightLocationsViewInfoTest.cs (.../GrassCoverErosionOutwardsWaveHeightLocationsViewInfoTest.cs) (revision 1d119f8fbafa52dc700bc684375f3f0130a523fd) @@ -77,9 +77,9 @@ // Call var locations = info.GetViewData(new GrassCoverErosionOutwardsWaveHeightLocationsContext( - expectedLocations, - assessmentSectionStub, - new GrassCoverErosionOutwardsFailureMechanism())); + expectedLocations, + assessmentSectionStub, + new GrassCoverErosionOutwardsFailureMechanism())); // Assert Assert.AreSame(locations, expectedLocations); @@ -103,7 +103,7 @@ var failureMechanism = new GrassCoverErosionOutwardsFailureMechanism(); var data = new GrassCoverErosionOutwardsWaveHeightLocationsContext( - new ObservableList(), + new ObservableList(), assessmentSectionStub, failureMechanism); plugin.Gui = guiStub;