Skip to content

Commit 2524caa

Browse files
author
David Hasani
committed
fix valid yaml file format
1 parent 69cc5c1 commit 2524caa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ dependencyManagement:
6767
plugins:
6868
- identifier: "com.example:plugin"
6969
targetVersion: "1.2.0"
70-
versionProperty: "plugin.version" # Optional`
70+
versionProperty: "plugin.version" # Optional
71+
originType: "FIRST_PARTY" # or "THIRD_PARTY"`
7172

7273
const validSctFile = `<?xml version="1.0" encoding="UTF-8"?>
7374
<tree>

0 commit comments

Comments
 (0)