Skip to content

Commit 8f91916

Browse files
committed
Rename 3 TestPullRequestService_ tests for consistency.
This change makes the test names more consistent. Updates google#481.
1 parent 372203d commit 8f91916

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

github/pulls_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func TestPullRequestsService_Get(t *testing.T) {
6868
}
6969
}
7070

71-
func TestPullRequestService_GetRawDiff(t *testing.T) {
71+
func TestPullRequestsService_GetRawDiff(t *testing.T) {
7272
setup()
7373
defer teardown()
7474
const rawStr = "@@diff content"
@@ -89,7 +89,7 @@ func TestPullRequestService_GetRawDiff(t *testing.T) {
8989
}
9090
}
9191

92-
func TestPullRequestService_GetRawPatch(t *testing.T) {
92+
func TestPullRequestsService_GetRawPatch(t *testing.T) {
9393
setup()
9494
defer teardown()
9595
const rawStr = "@@patch content"
@@ -110,7 +110,7 @@ func TestPullRequestService_GetRawPatch(t *testing.T) {
110110
}
111111
}
112112

113-
func TestPullRequestService_GetRawInvalid(t *testing.T) {
113+
func TestPullRequestsService_GetRawInvalid(t *testing.T) {
114114
setup()
115115
defer teardown()
116116

0 commit comments

Comments
 (0)