We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128966a commit 3947f91Copy full SHA for 3947f91
tests/test_ipr/test_inputs.py
@@ -305,7 +305,7 @@ def test_preprocess_hrd_cutoff_above(self) -> None:
305
assert hrd[0]['variantTypeName'] == 'strong signature'
306
307
def test_preprocess_hrd_cutoff_below(self) -> None:
308
- """Test HRD with cutoff where score < cutoff returns moderate signature."""
+ """Test HRD with cutoff where score < cutoff does not return variant."""
309
hrd = preprocess_hrd(
310
{
311
'score': 25,
0 commit comments