diff --git a/tests/test_ctx_halving_fix.py b/tests/test_ctx_halving_fix.py index 0a31126c6..63c965ac9 100644 --- a/tests/test_ctx_halving_fix.py +++ b/tests/test_ctx_halving_fix.py @@ -360,4 +360,3 @@ class TestContextNotHalvedOnOutputCapError: available_out = parse_available_output_tokens_from_error(error_msg) safe_out = max(1, available_out - 64) assert safe_out == 1 -