diff options
author | Steve Moyer <smoyer1@selesy.com> | 2023-01-20 09:02:05 -0500 |
---|---|---|
committer | Steve Moyer <smoyer1@selesy.com> | 2023-01-20 09:02:05 -0500 |
commit | 3f764397dbd49910e549d3ef3c0d26e3ca2f8b0f (patch) | |
tree | 8a503d8e7369b9b037c8f070004dd37500c7d4d8 /commands/bug/bug_comment_test.go | |
parent | 14773b16ca4a16cbf84416894e254e41a01764b1 (diff) | |
download | git-bug-3f764397dbd49910e549d3ef3c0d26e3ca2f8b0f.tar.gz |
docs(commands): try to make cleaned argument use more obvious
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)) |