Skip to content

Commit 29a8f42

Browse files
committed
pluralize
1 parent 98cb654 commit 29a8f42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

v03_pipeline/lib/tasks/update_lookup_table_test.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ def test_update_lookup_table_task(self) -> None:
5252
reference_genome=ReferenceGenome.GRCh38,
5353
dataset_type=DatasetType.SNV_INDEL,
5454
sample_type=SampleType.WGS,
55-
callset_path=[TEST_VCF],
56-
project_guid=['R0113_test_project'],
57-
project_remap_path=[TEST_REMAP],
58-
project_pedigree_path=[TEST_PEDIGREE_3],
55+
callset_paths=[TEST_VCF],
56+
project_guids=['R0113_test_project'],
57+
project_remap_paths=[TEST_REMAP],
58+
project_pedigree_paths=[TEST_PEDIGREE_3],
5959
validate=False,
6060
)
6161
worker.add(uslt_task)

0 commit comments

Comments
 (0)