From 723b3c41470cafd240b0c2f174bc7e1762bc3680 Mon Sep 17 00:00:00 2001 From: Steve Moyer Date: Tue, 17 Jan 2023 20:35:59 -0500 Subject: fix(commands): replace missing import --- commands/bug/bug_comment_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'commands') diff --git a/commands/bug/bug_comment_test.go b/commands/bug/bug_comment_test.go index 5625f1be..ecc1c5f6 100644 --- a/commands/bug/bug_comment_test.go +++ b/commands/bug/bug_comment_test.go @@ -10,6 +10,7 @@ import ( "github.com/stretchr/testify/require" "github.com/MichaelMure/git-bug/commands/bug/testenv" + "github.com/MichaelMure/git-bug/commands/cmdtest" "github.com/MichaelMure/git-bug/commands/execenv" ) -- cgit