Skip to content

Commit 9a5ed4d

Browse files
committed
MITO does not update with CAIDs
1 parent 5c77f55 commit 9a5ed4d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

v03_pipeline/lib/tasks/update_variant_annotations_table_with_new_samples_test.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -710,14 +710,9 @@ def test_update_vat_without_accessing_private_datasets(
710710
],
711711
)
712712

713-
@patch(
714-
'v03_pipeline.lib.tasks.update_new_variants_with_caids.register_alleles_in_chunks',
715-
)
716713
def test_mito_update_vat(
717714
self,
718-
mock_register_alleles: Mock,
719715
) -> None:
720-
mock_register_alleles.side_effect = None
721716
copy_project_pedigree_to_mocked_dir(
722717
TEST_PEDIGREE_5,
723718
ReferenceGenome.GRCh38,

0 commit comments

Comments
 (0)