We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425fa89 commit 9217d96Copy full SHA for 9217d96
1 file changed
tests/src/test/java/io/snyk/eclipse/plugin/html/HtmlProviderFactoryTest.java
@@ -10,7 +10,7 @@
10
import io.snyk.eclipse.plugin.domain.ProductConstants;
11
import io.snyk.languageserver.LsBaseTest;
12
13
-public class HtmlProviderFactoryTest extends LsBaseTest {
+public class HtmlProviderFactoryTest {
14
@Test
15
void htmlProviderFactoryReturnsCorrectType() throws Exception {
16
var cut = HtmlProviderFactory.GetHtmlProvider(ProductConstants.DISPLAYED_CODE_SECURITY);
0 commit comments