(tt *testing.T)
| 52556 | } |
| 52557 | |
| 52558 | func TestUser_GetPlan(tt *testing.T) { |
| 52559 | tt.Parallel() |
| 52560 | u := &User{} |
| 52561 | u.GetPlan() |
| 52562 | u = nil |
| 52563 | u.GetPlan() |
| 52564 | } |
| 52565 | |
| 52566 | func TestUser_GetPrivateGists(tt *testing.T) { |
| 52567 | tt.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…