Skip to content

Commit 934a1ab

Browse files
committed
format
1 parent 554cdfd commit 934a1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bigquery/bigquery_mcp_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ func invokeMCPToolForTest(t *testing.T, info ToolTestInfo) (string, bool) {
181181
got := strings.Join(blocks, "")
182182

183183
isActualErr := statusCode != http.StatusOK || (mcpResp != nil && (mcpResp.Result.IsError || mcpResp.Error != nil))
184-
184+
185185
if info.IsErr {
186186
if isActualErr {
187187
// Extract error message for comparison

0 commit comments

Comments
 (0)