Skip to content

Commit f685932

Browse files
committed
Fix tests
1 parent 1901a0d commit f685932

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/services/checkpoints/__tests__/ShadowCheckpointService.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,8 @@ describe("ShadowCheckpointService", () => {
710710
// Create git repo without adding the specific branch
711711
const git = simpleGit(workspaceRepoDir)
712712
await git.init()
713+
await git.addConfig("user.name", "Roo Code")
714+
await git.addConfig("user.email", "[email protected]")
713715

714716
// We need to create a commit, but we won't create the specific branch
715717
const testFile = path.join(workspaceRepoDir, "test.txt")

0 commit comments

Comments
 (0)