Skip to content

Commit

Permalink
Untitled commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore03109 committed Dec 4, 2023
1 parent 0c79c00 commit b7cd529
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/services/db/__tests__/GitFileSystemService.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,9 @@ describe("GitFileSystemService", () => {
MockSimpleGit.cwd.mockReturnValueOnce({
push: jest.fn().mockRejectedValueOnce(new GitError()),
})
MockSimpleGit.cwd.mockReturnValueOnce({
push: jest.fn().mockRejectedValueOnce(new GitError()),
})

const result = await GitFileSystemService.push("fake-repo", BRANCH_REF)

Expand Down

0 comments on commit b7cd529

Please sign in to comment.