Skip to content

Commit 0833a61

Browse files
author
David Hasani
committed
fix test
1 parent fe569fc commit 0833a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/codewhisperer/commands/transformByQ.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ dependencyManagement:
587587
const errorMessage = validateCustomVersionsFile(invalidFile)
588588
assert.strictEqual(
589589
errorMessage,
590-
`Invalid identifier format: \`com.example-library1\`. Must be in format \`groupId:artifactId\` without spaces`
590+
`Invalid dependency identifier format: \`com.example-library1\`. Must be in format \`groupId:artifactId\` without spaces`
591591
)
592592
})
593593

0 commit comments

Comments
 (0)