(tt *testing.T)
| 35721 | } |
| 35722 | |
| 35723 | func TestProjectV2ItemContent_GetDraftIssue(tt *testing.T) { |
| 35724 | tt.Parallel() |
| 35725 | p := &ProjectV2ItemContent{} |
| 35726 | p.GetDraftIssue() |
| 35727 | p = nil |
| 35728 | p.GetDraftIssue() |
| 35729 | } |
| 35730 | |
| 35731 | func TestProjectV2ItemContent_GetIssue(tt *testing.T) { |
| 35732 | tt.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…