From 3d0c2f195499671120c9d795b083ee1971517af0 Mon Sep 17 00:00:00 2001
From: eric sciple <ericsciple@users.noreply.github.com>
Date: Thu, 18 Jun 2020 09:53:35 -0400
Subject: [PATCH] fix test

---
 __test__/git-directory-helper.test.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/__test__/git-directory-helper.test.ts b/__test__/git-directory-helper.test.ts
index 7283102..70849b5 100644
--- a/__test__/git-directory-helper.test.ts
+++ b/__test__/git-directory-helper.test.ts
@@ -408,6 +408,7 @@ async function setup(testName: string): Promise<void> {
     config: jest.fn(),
     configExists: jest.fn(),
     fetch: jest.fn(),
+    getDefaultBranch: jest.fn(),
     getWorkingDirectory: jest.fn(() => repositoryPath),
     init: jest.fn(),
     isDetached: jest.fn(),