File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ func TestPullRequestsService_Get(t *testing.T) {
68
68
}
69
69
}
70
70
71
- func TestPullRequestService_GetRawDiff (t * testing.T ) {
71
+ func TestPullRequestsService_GetRawDiff (t * testing.T ) {
72
72
setup ()
73
73
defer teardown ()
74
74
const rawStr = "@@diff content"
@@ -89,7 +89,7 @@ func TestPullRequestService_GetRawDiff(t *testing.T) {
89
89
}
90
90
}
91
91
92
- func TestPullRequestService_GetRawPatch (t * testing.T ) {
92
+ func TestPullRequestsService_GetRawPatch (t * testing.T ) {
93
93
setup ()
94
94
defer teardown ()
95
95
const rawStr = "@@patch content"
@@ -110,7 +110,7 @@ func TestPullRequestService_GetRawPatch(t *testing.T) {
110
110
}
111
111
}
112
112
113
- func TestPullRequestService_GetRawInvalid (t * testing.T ) {
113
+ func TestPullRequestsService_GetRawInvalid (t * testing.T ) {
114
114
setup ()
115
115
defer teardown ()
116
116
You can’t perform that action at this time.
0 commit comments