Commit bfd069f
Fix lineage TaskRun constructor calls for uv field
Add the missing `uv` positional argument to all lineage
model TaskRun constructor calls in tests that were missed
in the initial commit (LinObserverTest, CmdLineageTest).
Signed-off-by: Evan Rees <evanroyrees@gmail.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b679106 commit bfd069f
2 files changed
Lines changed: 3 additions & 3 deletions
File tree
- modules
- nextflow/src/test/groovy/nextflow/cli
- nf-lineage/src/test/nextflow/lineage
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
682 | 682 | | |
683 | 683 | | |
684 | 684 | | |
685 | | - | |
| 685 | + | |
686 | 686 | | |
687 | 687 | | |
688 | 688 | | |
| |||
0 commit comments