File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ func Test_GetPullRequest(t *testing.T) {
129129func Test_UpdatePullRequest (t * testing.T ) {
130130 // Verify tool definition once
131131 mockClient := github .NewClient (nil )
132- tool , _ := updatePullRequest (mockClient , translations .NullTranslationHelper )
132+ tool , _ := UpdatePullRequest (mockClient , translations .NullTranslationHelper )
133133
134134 assert .Equal (t , "update_pull_request" , tool .Name )
135135 assert .NotEmpty (t , tool .Description )
@@ -257,7 +257,7 @@ func Test_UpdatePullRequest(t *testing.T) {
257257 t .Run (tc .name , func (t * testing.T ) {
258258 // Setup client with mock
259259 client := github .NewClient (tc .mockedClient )
260- _ , handler := updatePullRequest (client , translations .NullTranslationHelper )
260+ _ , handler := UpdatePullRequest (client , translations .NullTranslationHelper )
261261
262262 // Create call request
263263 request := createMCPRequest (tc .requestArgs )
You can’t perform that action at this time.
0 commit comments