We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c830c9 commit dc41956Copy full SHA for dc41956
1 file changed
src/test/java/org/mapstruct/intellij/MapstructBaseCompletionTestCase.java
@@ -23,8 +23,6 @@
23
import com.intellij.util.PathUtil;
24
import org.jetbrains.annotations.NotNull;
25
26
-import static com.intellij.testFramework.LightPlatformTestCase.getModule;
27
-
28
/**
29
* Base completion test case for MapStruct.
30
*
@@ -43,7 +41,7 @@ protected void setUp() throws Exception {
43
41
VfsRootAccess.allowRootAccess( mapstructLibPath );
44
42
PsiTestUtil.addLibrary(
45
myFixture.getProjectDisposable(),
46
- getModule(),
+ myFixture.getModule(),
47
"Mapstruct",
48
mapstructLibPath,
49
"mapstruct.jar"
0 commit comments