mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
[code samples] ConditionalOperatorConverterTest: cleanup
This commit is contained in:
parent
fb16e8e6f0
commit
8d33a5965b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user