Skip to content

Commit 5fb212f

Browse files
author
Anatoliy Bazko
authored
CHE-2214: Fix compilation error (eclipse-che#2665)
1 parent bd5a9af commit 5fb212f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

plugins/plugin-nodejs-debugger/che-plugin-nodejs-debugger-ide/src/test/java/org/eclipse/che/plugin/nodejsdbg/ide/configuration/NodeJsDebuggerConfigurationPagePresenterTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
import com.google.gwt.user.client.ui.AcceptsOneWidget;
1414

15-
import org.eclipse.che.api.promises.client.Promise;
1615
import org.eclipse.che.ide.api.app.AppContext;
1716
import org.eclipse.che.ide.api.debug.DebugConfiguration;
1817
import org.eclipse.che.ide.api.debug.DebugConfigurationPage;
@@ -79,7 +78,6 @@ public void testResetting() throws Exception {
7978
@Test
8079
public void testGo() throws Exception {
8180
AcceptsOneWidget container = Mockito.mock(AcceptsOneWidget.class);
82-
when(machineServiceClient.getMachines(appContext.getWorkspaceId())).thenReturn(mock(Promise.class));
8381

8482
pagePresenter.go(container);
8583

0 commit comments

Comments
 (0)