(tt *testing.T)
| 24386 | } |
| 24387 | |
| 24388 | func TestIssue_GetUser(tt *testing.T) { |
| 24389 | tt.Parallel() |
| 24390 | i := &Issue{} |
| 24391 | i.GetUser() |
| 24392 | i = nil |
| 24393 | i.GetUser() |
| 24394 | } |
| 24395 | |
| 24396 | func TestIssueComment_GetAuthorAssociation(tt *testing.T) { |
| 24397 | tt.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…