diff options
author | Steve Moyer <smoyer1@selesy.com> | 2022-08-23 14:01:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-23 14:01:44 -0400 |
commit | ccb71fea57bb17f267f135cb008470615595c5b7 (patch) | |
tree | c4957e521a9b8da3af2a7c0fcc75b4dbbcdadd1a /commands/ls_test.go | |
parent | dc5840617bde205cdadce789660f8241dd8a95cb (diff) | |
parent | c4a4d457f7327083d530c2b70e2e41e04f1f13f6 (diff) | |
download | git-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.go | 1 |
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()) }) } |