From af4006000fbe065790c68b98a660b2ba51038214 Mon Sep 17 00:00:00 2001 From: dmabry Date: Mon, 13 Jul 2026 11:47:37 -0500 Subject: [PATCH] chore: restore test_ctx_halving_fix.py to main --- tests/test_ctx_halving_fix.py | 1 - 1 file changed, 1 deletion(-) 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 -