(t *testing.T)
| 642 | } |
| 643 | |
| 644 | func TestSearchService_Labels_coverage(t *testing.T) { |
| 645 | t.Parallel() |
| 646 | client, _, _ := setup(t) |
| 647 | |
| 648 | ctx := t.Context() |
| 649 | |
| 650 | const methodName = "Labels" |
| 651 | testBadOptions(t, methodName, func() (err error) { |
| 652 | _, _, err = client.Search.Labels(ctx, -1234, "\n", nil) |
| 653 | return err |
| 654 | }) |
| 655 | } |
| 656 | |
| 657 | func TestMatch_Marshal(t *testing.T) { |
| 658 | t.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…