Revert to Tool Window API
[idea/community.git] / python / testSrc / com / jetbrains / env / python / console / PyConsoleTask.java
index 2cba3d2e4069cafe6f0e2f760f6fdea3d44b0ec1..b1c2e4c34c9425e09a56546f01d42533ca2a20a1 100644 (file)
@@ -146,8 +146,7 @@ public class PyConsoleTask extends PyExecutionFixtureTestTask {
     PydevConsoleRunner consoleRunner =
       new PydevConsoleRunnerImpl(project, sdk, PyConsoleType.PYTHON, myFixture.getTempDirPath(), Maps.newHashMap(),
                                  PyConsoleOptions.getInstance(project).getPythonConsoleSettings(),
-                                 () -> {
-                                 }, new String[]{});
+                                 (s) -> {});
     before();
 
     myConsoleInitSemaphore = new Semaphore(0);