Skip to content

Commit 48a03e0

Browse files
fixing copy paste errors
1 parent 60834d7 commit 48a03e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/extract_snippets/test_body_extractor.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -219,11 +219,11 @@ def test_body_extract_continue_snippets(test_case: BodyCodeSnippetTest):
219219
@pytest.mark.parametrize(
220220
"test_case",
221221
[
222-
# Analyze processed snippets from OpenInterpreter
222+
# Analyze processed snippets from Kodu
223223
BodyCodeSnippetTest(
224224
input_body_dict={
225225
"messages": [
226-
{"role": "system", "content": "You are Cline, a highly skilled software"},
226+
{"role": "system", "content": "You are Kodu, an autonomous coding agent."},
227227
{
228228
"role": "user",
229229
"content": [

0 commit comments

Comments
 (0)