Skip to content

Commit 7193313

Browse files
authored
Update CheckpointService.test.ts
1 parent b5f568f commit 7193313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe("CheckpointService", () => {
2323
git = simpleGit(baseDir)
2424
await git.init()
2525
await git.addConfig("user.name", "Roo Code")
26-
await git.addConfig("user.email", "support@roo.vet")
26+
await git.addConfig("user.email", "support@roocode.com")
2727

2828
// Create test file.
2929
testFile = path.join(baseDir, "test.txt")

0 commit comments

Comments
 (0)