Skip to content

Commit f4f801f

Browse files
committed
done
1 parent b61395d commit f4f801f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/unit/skills/snapshots/test_skills/test_all_example_skills/call_graph_filter-PYTHON-case-0/call_graph_filter_unnamed.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"file_path": "path/to/file1.py",
2424
"symbol_name": "PyFunction",
25-
"id": 17
25+
"id": 18
2626
},
2727
{
2828
"name": "MyClass.get",
@@ -157,7 +157,7 @@
157157
],
158158
"file_path": "path/to/file.py",
159159
"symbol_name": "PyClass",
160-
"source": 17,
160+
"source": 18,
161161
"target": "range=<Range start_point=(5, 11), end_point=(5, 25), start_byte=96, end_byte=110> filepath='path/to/file1.py'"
162162
},
163163
{
@@ -177,7 +177,7 @@
177177
],
178178
"file_path": "path/to/file.py",
179179
"symbol_name": "PyClass",
180-
"source": 17,
180+
"source": 18,
181181
"target": "range=<Range start_point=(6, 11), end_point=(6, 26), start_byte=139, end_byte=154> filepath='path/to/file1.py'"
182182
},
183183
{
@@ -197,7 +197,7 @@
197197
],
198198
"file_path": "path/to/file.py",
199199
"symbol_name": "PyClass",
200-
"source": 17,
200+
"source": 18,
201201
"target": "range=<Range start_point=(7, 11), end_point=(7, 27), start_byte=184, end_byte=200> filepath='path/to/file1.py'"
202202
},
203203
{
@@ -217,7 +217,7 @@
217217
],
218218
"file_path": "path/to/file.py",
219219
"symbol_name": "PyClass",
220-
"source": 17,
220+
"source": 18,
221221
"target": "range=<Range start_point=(8, 11), end_point=(8, 28), start_byte=231, end_byte=248> filepath='path/to/file1.py'"
222222
},
223223
{

tests/unit/skills/snapshots/test_skills/test_all_example_skills/dead_code-PYTHON-case-0/dead_code_unnamed.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
"file_path": "decorated_functions.py",
4343
"symbol_name": "PyFunction",
44-
"id": 3
44+
"id": 4
4545
},
4646
{
4747
"name": "unused_function",

0 commit comments

Comments
 (0)