Index: Ringtoets/Asphalt/test/Ringtoets.Asphalt.Plugin.Test/WaveImpactAsphaltCoverPluginTest.cs =================================================================== diff -u -re80802fc5c320b00719648e1e58206d3b1f0c418 -r832fae2b215f8d6165628111b344a0dc03b1f669 --- Ringtoets/Asphalt/test/Ringtoets.Asphalt.Plugin.Test/WaveImpactAsphaltCoverPluginTest.cs (.../WaveImpactAsphaltCoverPluginTest.cs) (revision e80802fc5c320b00719648e1e58206d3b1f0c418) +++ Ringtoets/Asphalt/test/Ringtoets.Asphalt.Plugin.Test/WaveImpactAsphaltCoverPluginTest.cs (.../WaveImpactAsphaltCoverPluginTest.cs) (revision 832fae2b215f8d6165628111b344a0dc03b1f669) @@ -103,20 +103,5 @@ Assert.IsTrue(treeNodeInfos.Any(tni => tni.TagType == typeof(FailureMechanismSectionResultContext))); } } - - [Test] - public void GetImportInfos_Always_ReturnsExpectedImportInfos() - { - // Setup - using (var plugin = new WaveImpactAsphaltCoverPlugin()) - { - // Call - ImportInfo[] importInfos = plugin.GetImportInfos().ToArray(); - - // Assert - Assert.AreEqual(1, importInfos.Length); - Assert.AreEqual(typeof(ForeshoreProfilesContext), importInfos[0].DataType); - } - } } } \ No newline at end of file