Skip to content

Commit

Permalink
fix: [#256] adapt check_local for cancer and pull_sheets fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Laemmle committed Feb 17, 2025
1 parent 812a6d7 commit 51903b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_snappy_check_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def test_cancer_sheet_checker_missing_tumor(sheet_tsv_missing_tumor):
sheet = create_cancer_sheet_object(sheet_tsv=sheet_tsv_missing_tumor)
assert not CancerSheetChecker([sheet]).run_checks()

def test_cancer_sheet_checker_missing_tumor(sheet_tsv_missing_normal):
def test_cancer_sheet_checker_missing_normal(sheet_tsv_missing_normal):
"""Tests CancerSheetChecker.run_checks() - patient is missing normal sample"""
sheet = create_cancer_sheet_object(sheet_tsv=sheet_tsv_missing_normal)
assert not CancerSheetChecker([sheet]).run_checks()
Expand Down

0 comments on commit 51903b4

Please sign in to comment.