diff options
Diffstat (limited to 'commands/root_test.go')
-rw-r--r-- | commands/root_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/root_test.go b/commands/root_test.go index 5f5a8876..840bedda 100644 --- a/commands/root_test.go +++ b/commands/root_test.go @@ -34,7 +34,7 @@ func newTestEnv(t *testing.T) *testEnv { require.NoError(t, os.RemoveAll(cwd)) }) - repo, err := repository.InitGoGitRepo(cwd) + repo, err := repository.InitGoGitRepo(cwd, commands.GitBugNamespace) require.NoError(t, err) t.Cleanup(func() { require.NoError(t, repo.Close()) |