aboutsummaryrefslogtreecommitdiffstats
path: root/commands/ls_test.go
diff options
context:
space:
mode:
authorSteve Moyer <smoyer1@selesy.com>2022-08-23 14:01:44 -0400
committerGitHub <noreply@github.com>2022-08-23 14:01:44 -0400
commitccb71fea57bb17f267f135cb008470615595c5b7 (patch)
treec4957e521a9b8da3af2a7c0fcc75b4dbbcdadd1a /commands/ls_test.go
parentdc5840617bde205cdadce789660f8241dd8a95cb (diff)
parentc4a4d457f7327083d530c2b70e2e41e04f1f13f6 (diff)
downloadgit-bug-ccb71fea57bb17f267f135cb008470615595c5b7.tar.gz
Merge pull request #855 from MichaelMure/fix-850-ineffective-comment-edit
test(850): add tests for `git-bug comment edit` has no effect
Diffstat (limited to 'commands/ls_test.go')
-rw-r--r--commands/ls_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/ls_test.go b/commands/ls_test.go
index 6e31ed83..5759f9d0 100644
--- a/commands/ls_test.go
+++ b/commands/ls_test.go
@@ -77,7 +77,6 @@ $`
env, _ := newTestEnvAndBug(t)
require.NoError(t, runLs(env.env, opts, []string{}))
- t.Log(env.out.String())
require.Regexp(t, testcase.exp, env.out.String())
})
}