diff options
Diffstat (limited to 'commands/env_testing.go')
-rw-r--r-- | commands/env_testing.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/env_testing.go b/commands/env_testing.go index 4de66a9d..b3c51c69 100644 --- a/commands/env_testing.go +++ b/commands/env_testing.go @@ -21,6 +21,8 @@ func newTestEnv(t *testing.T) *testEnv { cwd := t.TempDir() + // r := repository.CreateGoGitTestRepo(t, false) // TODO + repo, err := repository.InitGoGitRepo(cwd, gitBugNamespace) require.NoError(t, err) t.Cleanup(func() { |