Skip to content

Commit dc41956

Browse files
committed
Use myFixture.getModule instead of static import
1 parent 5c830c9 commit dc41956

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/test/java/org/mapstruct/intellij/MapstructBaseCompletionTestCase.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
import com.intellij.util.PathUtil;
2424
import org.jetbrains.annotations.NotNull;
2525

26-
import static com.intellij.testFramework.LightPlatformTestCase.getModule;
27-
2826
/**
2927
* Base completion test case for MapStruct.
3028
*
@@ -43,7 +41,7 @@ protected void setUp() throws Exception {
4341
VfsRootAccess.allowRootAccess( mapstructLibPath );
4442
PsiTestUtil.addLibrary(
4543
myFixture.getProjectDisposable(),
46-
getModule(),
44+
myFixture.getModule(),
4745
"Mapstruct",
4846
mapstructLibPath,
4947
"mapstruct.jar"

0 commit comments

Comments
 (0)