Skip to content

Commit f30f8c9

Browse files
committed
Typo fix in issue_test.go
1 parent 1a84689 commit f30f8c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

issue_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -640,10 +640,10 @@ func TestIssueService_Search(t *testing.T) {
640640
t.Errorf("StartAt should populate with 1, %v given", resp.StartAt)
641641
}
642642
if resp.MaxResults != 40 {
643-
t.Errorf("StartAt should populate with 40, %v given", resp.MaxResults)
643+
t.Errorf("MaxResults should populate with 40, %v given", resp.MaxResults)
644644
}
645645
if resp.Total != 6 {
646-
t.Errorf("StartAt should populate with 6, %v given", resp.Total)
646+
t.Errorf("Total should populate with 6, %v given", resp.Total)
647647
}
648648
}
649649

0 commit comments

Comments
 (0)