(tt *testing.T)
| 48682 | } |
| 48683 | |
| 48684 | func TestSource_GetIssue(tt *testing.T) { |
| 48685 | tt.Parallel() |
| 48686 | s := &Source{} |
| 48687 | s.GetIssue() |
| 48688 | s = nil |
| 48689 | s.GetIssue() |
| 48690 | } |
| 48691 | |
| 48692 | func TestSource_GetType(tt *testing.T) { |
| 48693 | tt.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…