Commit fc38e1b
fix(testing): update getTestCaseNodes stub to match new signature
The getTestCaseNodes function was changed from a single-parameter
function returning an array to a 4-parameter function that mutates
the collection array in place (with additional visited and excludeSet
parameters for exclude support). Updated the test stub accordingly.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent a6cb1f8 commit fc38e1b
File tree
1 file changed
+8
-6
lines changed- src/test/testing/testController
1 file changed
+8
-6
lines changedLines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
364 | 366 | | |
365 | 367 | | |
366 | 368 | | |
| |||
0 commit comments