treefmt-check
aarch64-darwin.treefmt
· build #116
· raw
1treefmt v2.5.0traversed 246 files2emitted 206 files for processing3formatted 206 files (1 changed) in 821ms4 M nixbot/nixbot/tests/test_executor.py5diff --git a/nixbot/nixbot/tests/test_executor.py b/nixbot/nixbot/tests/test_executor.py6index e1aec1c..1cf8878 1006447--- a/nixbot/nixbot/tests/test_executor.py8+++ b/nixbot/nixbot/tests/test_executor.py9@@ -788,9 +788,7 @@ def test_scrapes_cannot_build_reason_wording() -> None:10 " Output paths:\n"11 " /nix/store/7bs-closure-info"12 )13- cap.setup_line(14- f"error: Cannot build '{top}'.\n Reason: 1 dependency failed."15- )16+ cap.setup_line(f"error: Cannot build '{top}'.\n Reason: 1 dependency failed.")17 cap.mark_failed(top)18 state = {e["name"]: e["status"] for e in cap.state()}19 # Leaf flagged with its output; no phantom top-level card, setup neutral.