Commit a3eb43e
fix: update integration tests to use Reader() method instead of reader field
PR #238 removed the `reader` field from the Executor struct and replaced
it with a Reader() method. Two integration test files still referenced
the old field, breaking the CI integration test build.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 88f3648 commit a3eb43e
File tree
2 files changed
+2
-2
lines changed- mdl/executor
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
590 | | - | |
| 590 | + | |
591 | 591 | | |
592 | 592 | | |
593 | 593 | | |
| |||
0 commit comments