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.
1 parent fe569fc commit 0833a61Copy full SHA for 0833a61
packages/core/src/test/codewhisperer/commands/transformByQ.test.ts
@@ -587,7 +587,7 @@ dependencyManagement:
587
const errorMessage = validateCustomVersionsFile(invalidFile)
588
assert.strictEqual(
589
errorMessage,
590
- `Invalid identifier format: \`com.example-library1\`. Must be in format \`groupId:artifactId\` without spaces`
+ `Invalid dependency identifier format: \`com.example-library1\`. Must be in format \`groupId:artifactId\` without spaces`
591
)
592
})
593
0 commit comments