Skip to content

Commit 6114076

Browse files
committed
Remove left-over from earlier merge conflict
1 parent 26e2e50 commit 6114076

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/qc_checkers/test_reads_per_sample.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,8 @@ def test_reads_per_sample_unknown_threshold(qc_data_and_exp_val):
9898
"lane": 1,
9999
"number_of_samples": 2,
100100
"sample_id": "Sample_B",
101-
"sample_reads": 20,
102-
"threshold": 30,
103-
"qc_checker": "reads_per_sample",
101+
"sample_reads": 20.,
102+
"threshold": 30.,
104103
}
105104
)
106105
assert qc_reports[0].type() == expected_report.type()

0 commit comments

Comments
 (0)