mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
IJ-CR-151119 [dotenv] move tests around
(cherry picked from commit b78ba22ddd61a0d86653ea089748f31812240b2d) GitOrigin-RevId: 718edf9e79368edebaae6d7e30022b1cb7ac01c3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
36d3d826a1
commit
6f8ee2d71b
@@ -21,7 +21,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
|
||||
@RunWith(JUnit4.class)
|
||||
public abstract class DotEnvLightCodeInsightFixtureTestCase extends BasePlatformTestCase {
|
||||
|
||||
protected String basePath = "src/test/java/ru/adelf/idea/dotenv/tests/";
|
||||
protected String basePath = "java/ru/adelf/idea/dotenv/tests/";
|
||||
|
||||
protected void assertCompletion(String... shouldContain) {
|
||||
myFixture.completeBasic();
|
||||
Reference in New Issue
Block a user