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