[code samples] ConditionalOperatorConverterTest: cleanup

This commit is contained in:
Yann Cébron 2020-04-16 11:45:54 +02:00 committed by Jakub Chrzanowski
parent fb16e8e6f0
commit 8d33a5965b

View File

@ -1,5 +1,4 @@
// Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package org.intellij.sdk.intention;
import com.intellij.codeInsight.intention.IntentionAction;
@ -30,7 +29,6 @@ public class ConditionalOperatorConverterTest extends LightJavaCodeInsightFixtur
}
protected void doTest(String testName, String hint) {
// Messages.showInfoMessage("Test started", "Info");
myFixture.configureByFile(testName + ".java");
final IntentionAction action = myFixture.findSingleIntention(hint);
Assert.assertNotNull(action);