Remove assert about error type for removing type annotation
This commit is contained in:
@@ -61,6 +61,10 @@ public class SpecifyTypeExplicitlyTest extends LightIntentionActionTestCase {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testRemoveUnresolvedType() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String getTestDataPath() {
|
||||
return PluginTestCaseBase.getTestDataPathBase() + "/intentions/";
|
||||
|
||||
Reference in New Issue
Block a user