Skip to content

Commit 75b8f53

Browse files
committed
Fix incorrect project in tests
1 parent b7ac374 commit 75b8f53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v03_pipeline/lib/paths_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def test_project_remap_path(self) -> None:
239239
SampleType.WGS,
240240
'R0652_pipeline_test',
241241
),
242-
'/var/seqr/seqr-loading-temp/v3.1/GRCh38/SNV_INDEL/remaps/WGS/R0652_pipeline_remap.tsv',
242+
'/var/seqr/seqr-loading-temp/v3.1/GRCh38/SNV_INDEL/remaps/WGS/R0652_pipeline_test_remap.tsv',
243243
)
244244

245245
def test_project_pedigree_path(self) -> None:
@@ -250,5 +250,5 @@ def test_project_pedigree_path(self) -> None:
250250
SampleType.WES,
251251
'R0652_pipeline_test',
252252
),
253-
'/var/seqr/seqr-loading-temp/v3.1/GRCh38/GCNV/pedigrees/WES/R0652_pipeline_pedigree.tsv',
253+
'/var/seqr/seqr-loading-temp/v3.1/GRCh38/GCNV/pedigrees/WES/R0652_pipeline_test_pedigree.tsv',
254254
)

0 commit comments

Comments
 (0)