(tt *testing.T)
| 39285 | } |
| 39286 | |
| 39287 | func TestRateLimits_GetAuditLog(tt *testing.T) { |
| 39288 | tt.Parallel() |
| 39289 | r := &RateLimits{} |
| 39290 | r.GetAuditLog() |
| 39291 | r = nil |
| 39292 | r.GetAuditLog() |
| 39293 | } |
| 39294 | |
| 39295 | func TestRateLimits_GetCodeScanningUpload(tt *testing.T) { |
| 39296 | tt.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…