(t *testing.T)
| 465 | } |
| 466 | |
| 467 | func TestSearchService_Users_coverage(t *testing.T) { |
| 468 | t.Parallel() |
| 469 | client, _, _ := setup(t) |
| 470 | |
| 471 | ctx := t.Context() |
| 472 | |
| 473 | const methodName = "Users" |
| 474 | testBadOptions(t, methodName, func() (err error) { |
| 475 | _, _, err = client.Search.Users(ctx, "\n", nil) |
| 476 | return err |
| 477 | }) |
| 478 | } |
| 479 | |
| 480 | func TestSearchService_Code(t *testing.T) { |
| 481 | t.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…