diff options
author | Michael Muré <batolettre@gmail.com> | 2023-01-22 14:59:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-22 14:59:03 +0100 |
commit | 574716518009d341c8abd54285719e448ddbb844 (patch) | |
tree | 491df144c41dc1a8a71f0631b1eb808dd525fdc3 /commands/bug/bug_comment_test.go | |
parent | 05be19d3bdfcafbfb4cf39d0dfc0ae480c5e062d (diff) | |
parent | 3f764397dbd49910e549d3ef3c0d26e3ca2f8b0f (diff) | |
download | git-bug-574716518009d341c8abd54285719e448ddbb844.tar.gz |
Merge pull request #1001 from MichaelMure/style/clean-up-linter-issues
style: clean up linter complaints
Diffstat (limited to 'commands/bug/bug_comment_test.go')
-rw-r--r-- | commands/bug/bug_comment_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/bug/bug_comment_test.go b/commands/bug/bug_comment_test.go index ecc1c5f6..add48b21 100644 --- a/commands/bug/bug_comment_test.go +++ b/commands/bug/bug_comment_test.go @@ -140,7 +140,6 @@ func requireCommentsEqual(t *testing.T, golden string, env *execenv.Env) { comments = normalizeParsedComments(t, comments) if *cmdtest.Update { - t.Log("Got here") for i, comment := range comments { fileName := fmt.Sprintf(goldenFilePattern, golden, i) require.NoError(t, os.WriteFile(fileName, []byte(comment.message), 0644)) |