We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RunPluginVerifierTaskSpec
1 parent c65b76a commit d16944dCopy full SHA for d16944d
src/test/kotlin/org/jetbrains/intellij/tasks/RunPluginVerifierTaskSpec.kt
@@ -318,7 +318,7 @@ class RunPluginVerifierTaskSpec : IntelliJPluginSpecBase() {
318
)
319
320
buildAndFail(RUN_PLUGIN_VERIFIER_TASK_NAME).let {
321
- assertContains("Plugin descriptor 'plugin.xml' is not found", it.output)
+ assertContains("The plugin descriptor 'plugin.xml' is not found.", it.output)
322
assertContains("Task :verifyPlugin FAILED", it.output)
323
}
324
0 commit comments