Skip to content

Commit 7e5b78e

Browse files
committed
fix: update integration test to expect 9 commands
Add patchloom.batchApply and patchloom.showOutput to EXPECTED_COMMANDS in the extension integration test. These were added in the features commit but the integration test was not updated, causing CI failure. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent d5ead62 commit 7e5b78e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/suite/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ const EXPECTED_COMMANDS = [
66
"patchloom.setupWorkspace",
77
"patchloom.configureMcp",
88
"patchloom.quickAction",
9+
"patchloom.batchApply",
10+
"patchloom.showOutput",
911
"patchloom.openPatchloomSettings",
1012
"patchloom.openPatchloomReleases",
1113
"patchloom.showStatus"

0 commit comments

Comments
 (0)