Skip to content

Commit c9b63e3

Browse files
Apply suggested fix to internal/lifecycle/initialize_test.go from Copilot Autofix
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> Signed-off-by: Manuel Alejandro de Brito Fontes <aledbf@gmail.com>
1 parent da8b751 commit c9b63e3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/lifecycle/initialize_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ func TestRunInitializeCommand(t *testing.T) {
3838
{"array form", cmdFromJSON(t, `["true"]`), false},
3939
{"array form with substitution", cmdFromJSON(t, `["true", "${localWorkspaceFolder}"]`), false},
4040
{"object form parallel", cmdFromJSON(t, `{"a": "true", "b": "true"}`), false},
41+
{"object form parallel with failure", cmdFromJSON(t, `{"a": "true", "b": "false"}`), true},
4142
}
4243

4344
for _, tt := range tests {

0 commit comments

Comments
 (0)