diff options
author | Steve Moyer <smoyer1@selesy.com> | 2023-01-17 20:35:59 -0500 |
---|---|---|
committer | Steve Moyer <smoyer1@selesy.com> | 2023-01-17 20:35:59 -0500 |
commit | 723b3c41470cafd240b0c2f174bc7e1762bc3680 (patch) | |
tree | 414ad9f66ce05acdb169dcdb033c72ac2793f3c6 /commands/bug/bug_comment_test.go | |
parent | 331e80f2eff161236da2ac4e03c9a2d9493e356c (diff) | |
download | git-bug-723b3c41470cafd240b0c2f174bc7e1762bc3680.tar.gz |
fix(commands): replace missing import
Diffstat (limited to 'commands/bug/bug_comment_test.go')
-rw-r--r-- | commands/bug/bug_comment_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
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" ) |