mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-23 06:54:13 +08:00
Fix agent mode test to expect branch values
This commit is contained in:
@@ -124,8 +124,8 @@ describe("Agent Mode", () => {
|
|||||||
expect(result).toEqual({
|
expect(result).toEqual({
|
||||||
commentId: undefined,
|
commentId: undefined,
|
||||||
branchInfo: {
|
branchInfo: {
|
||||||
baseBranch: "",
|
baseBranch: "main",
|
||||||
currentBranch: "",
|
currentBranch: "main",
|
||||||
claudeBranch: undefined,
|
claudeBranch: undefined,
|
||||||
},
|
},
|
||||||
mcpConfig: expect.any(String),
|
mcpConfig: expect.any(String),
|
||||||
|
|||||||
Reference in New Issue
Block a user