From 5982e8fb3c7d07ff47d2b6143bc74d32669970f7 Mon Sep 17 00:00:00 2001 From: Steve Moyer Date: Mon, 6 Jun 2022 08:39:40 -0400 Subject: chore(808): merge in LocalStorage namespace configuration --- commands/root_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/root_test.go') 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()) -- cgit