Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/UpdateInfos/HeightStructuresContextUpdateInfoTest.cs =================================================================== diff -u -r29f8839db0d355e3213456f6abf8ea7a88d44518 -r38499aa6936706c30ac12e481233d3f13545dd8b --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/UpdateInfos/HeightStructuresContextUpdateInfoTest.cs (.../HeightStructuresContextUpdateInfoTest.cs) (revision 29f8839db0d355e3213456f6abf8ea7a88d44518) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/UpdateInfos/HeightStructuresContextUpdateInfoTest.cs (.../HeightStructuresContextUpdateInfoTest.cs) (revision 38499aa6936706c30ac12e481233d3f13545dd8b) @@ -47,14 +47,12 @@ private UpdateInfo updateInfo; private HeightStructuresPlugin plugin; - [SetUp] - public void SetUp() + public override void Setup() { plugin = new HeightStructuresPlugin(); updateInfo = plugin.GetUpdateInfos().First(i => i.DataType == typeof(HeightStructuresContext)); } - [TearDown] public override void TearDown() { plugin.Dispose();