Skip to content

Commit 9217d96

Browse files
committed
fix: HtmlProviderTest doesn't extend LsBaseTest
1 parent 425fa89 commit 9217d96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/src/test/java/io/snyk/eclipse/plugin/html/HtmlProviderFactoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import io.snyk.eclipse.plugin.domain.ProductConstants;
1111
import io.snyk.languageserver.LsBaseTest;
1212

13-
public class HtmlProviderFactoryTest extends LsBaseTest {
13+
public class HtmlProviderFactoryTest {
1414
@Test
1515
void htmlProviderFactoryReturnsCorrectType() throws Exception {
1616
var cut = HtmlProviderFactory.GetHtmlProvider(ProductConstants.DISPLAYED_CODE_SECURITY);

0 commit comments

Comments
 (0)