Skip to content

Commit ac83cd0

Browse files
committed
Fix arg
1 parent a9c485b commit ac83cd0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

v03_pipeline/lib/paths_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def test_family_table_path(self) -> None:
6060
def test_valid_filters_path(self) -> None:
6161
self.assertEqual(
6262
valid_filters_path(
63+
DatasetType.SNV_INDEL,
6364
SampleType.WES,
6465
'gs://bucket/RDG_Broad_WES_Internal_Oct2023/part_one_outputs/chr*/*.vcf.gz',
6566
),
@@ -69,6 +70,7 @@ def test_valid_filters_path(self) -> None:
6970
mock_env.EXPECT_WES_FILTERS = True
7071
self.assertEqual(
7172
valid_filters_path(
73+
DatasetType.SNV_INDEL,
7274
SampleType.WES,
7375
'gs://bucket/RDG_Broad_WES_Internal_Oct2023/part_one_outputs/chr*/*.vcf.gz',
7476
),

0 commit comments

Comments
 (0)