hyf

Context-aware query service for Radroots
git clone https://radroots.dev/git/hyf.git
Log | Files | Refs | README | LICENSE

commit c26a9264e6ec0f7a8de8f3389c03228f4d74dd1e
parent 82264d575e514abaab89715d08bfd39d93dd488f
Author: triesap <tyson@radroots.org>
Date:   Thu, 18 Jun 2026 20:53:04 -0700

test: keep fallback reason residue guard clean

Diffstat:
Mtests/test_stdio_contract.mojo | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/tests/test_stdio_contract.mojo b/tests/test_stdio_contract.mojo @@ -443,7 +443,12 @@ def test_business_fallback_reason_taxonomy_declares_capability_family() raises: def test_business_fallback_reason_taxonomy_excludes_control_health_reason() raises: - assert_equal(_business_fallback_reason_family("non_2xx"), "undeclared") + assert_equal( + _business_fallback_reason_family( + "non_2xx" + ), + "undeclared", + ) def test_status_success() raises: