Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/HeightStructuresPluginTest.cs =================================================================== diff -u -ra7f920661887773056c051edc7872d27f724c840 -r92acb4483676af5adad598c2ea8ca46f9b8379c1 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/HeightStructuresPluginTest.cs (.../HeightStructuresPluginTest.cs) (revision a7f920661887773056c051edc7872d27f724c840) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/HeightStructuresPluginTest.cs (.../HeightStructuresPluginTest.cs) (revision 92acb4483676af5adad598c2ea8ca46f9b8379c1) @@ -153,6 +153,20 @@ } [Test] + public void GetUpdateInfos_ReturnSupportedUpdateInfos() + { + using (var plugin = new HeightStructuresPlugin()) + { + // Call + UpdateInfo[] updateInfo = plugin.GetUpdateInfos().ToArray(); + + // Assert + Assert.AreEqual(1, updateInfo.Length); + Assert.IsTrue(updateInfo.Any(i => i.DataType == typeof(HeightStructuresContext))); + } + } + + [Test] public void GetExportInfos_ReturnsSupportedExportInfos() { // Setup