You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/test_code_context_extractor.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1044,7 +1044,7 @@ def helper_method(self):
1044
1044
ending_line=None,
1045
1045
)
1046
1046
1047
-
# In this scenario, the read-writable code context is too long because the __init_ function is reftencing the global x variable not the class attribute (x), so we abort.
1047
+
# In this scenario, the read-writable code context becomes too large because the __init__ function is referencing the global x variable instead of the class attribute self.x, so we abort.
1048
1048
withpytest.raises(ValueError, match="Read-writable code has exceeded token limit, cannot proceed"):
0 commit comments