Skip to content

Commit ca05920

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 36f33e9 commit ca05920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/helper_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func getErrorResult(t *testing.T, result *mcp.CallToolResult) mcp.TextContent {
138138
return res
139139
}
140140

141-
// getTextResourceResultis a helper function that returns a text result from a tool call.
141+
// getTextResourceResult is a helper function that returns a text result from a tool call.
142142
func getTextResourceResult(t *testing.T, result *mcp.CallToolResult) mcp.TextResourceContents {
143143
t.Helper()
144144
assert.NotNil(t, result)

0 commit comments

Comments
 (0)