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