Skip to content

Commit 3f3251d

Browse files
committed
Revert this change from the base PR
1 parent c40591d commit 3f3251d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/github/context_tools_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ func Test_GetMe(t *testing.T) {
115115
textContent := getTextResult(t, result)
116116

117117
if tc.expectToolError {
118-
assert.Error(t, err)
119118
assert.True(t, result.IsError, "expected tool call result to be an error")
120119
assert.Contains(t, textContent.Text, tc.expectedToolErrMsg)
121120
return

0 commit comments

Comments
 (0)