Skip to content

Commit 3947f91

Browse files
committed
fix test comment
1 parent 128966a commit 3947f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ipr/test_inputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def test_preprocess_hrd_cutoff_above(self) -> None:
305305
assert hrd[0]['variantTypeName'] == 'strong signature'
306306

307307
def test_preprocess_hrd_cutoff_below(self) -> None:
308-
"""Test HRD with cutoff where score < cutoff returns moderate signature."""
308+
"""Test HRD with cutoff where score < cutoff does not return variant."""
309309
hrd = preprocess_hrd(
310310
{
311311
'score': 25,

0 commit comments

Comments
 (0)