We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a84689 commit f30f8c9Copy full SHA for f30f8c9
issue_test.go
@@ -640,10 +640,10 @@ func TestIssueService_Search(t *testing.T) {
640
t.Errorf("StartAt should populate with 1, %v given", resp.StartAt)
641
}
642
if resp.MaxResults != 40 {
643
- t.Errorf("StartAt should populate with 40, %v given", resp.MaxResults)
+ t.Errorf("MaxResults should populate with 40, %v given", resp.MaxResults)
644
645
if resp.Total != 6 {
646
- t.Errorf("StartAt should populate with 6, %v given", resp.Total)
+ t.Errorf("Total should populate with 6, %v given", resp.Total)
647
648
649
0 commit comments