diff --git a/mapie/tests/risk_control/test_precision_recall_control.py b/mapie/tests/risk_control/test_precision_recall_control.py index 7675f5096..e0ffcbe2a 100644 --- a/mapie/tests/risk_control/test_precision_recall_control.py +++ b/mapie/tests/risk_control/test_precision_recall_control.py @@ -588,7 +588,7 @@ def test_bound_none_crc() -> None: def test_delta_none_crc() -> None: - """Test that a warning is raised nound is not None with CRC method.""" + """Test that a warning is raised when estimator is none with CRC method.""" mapie_clf = PrecisionRecallController( random_state=random_state, method="crc" )