Minor: add intention name to test failure
This commit is contained in:
@@ -179,7 +179,7 @@ abstract class AbstractQuickFixTest : KotlinLightCodeInsightFixtureTestCase(), Q
|
||||
|
||||
val intentionClassName = unwrappedIntention.javaClass.name
|
||||
if (!quickFixesAllowedToResolveInWriteAction.isWriteActionAllowed(intentionClassName)) {
|
||||
throw ResolveInWriteActionException()
|
||||
throw ResolveInWriteActionException("Resolve is not allowed under the write action for `$intentionClassName`!")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user