(t *testing.T)
| 9 | ) |
| 10 | |
| 11 | func TestBugCommentNew(t *testing.T) { |
| 12 | const golden = "testdata/comment/add" |
| 13 | |
| 14 | env, bugID, _ := testenv.NewTestEnvAndBugWithComment(t) |
| 15 | |
| 16 | require.NoError(t, runBugComment(env, []string{bugID.String()})) |
| 17 | requireCommentsEqual(t, golden, env) |
| 18 | } |
nothing calls this directly
no test coverage detected