From 7aede6b1f3438cedd08d83965ec296bb669af942 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Mon, 23 Mar 2026 12:02:58 +0100 Subject: [PATCH] fix(proto): fix formatting --- noq-proto/src/tests/multipath.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/noq-proto/src/tests/multipath.rs b/noq-proto/src/tests/multipath.rs index 260b5198d..0544b465c 100644 --- a/noq-proto/src/tests/multipath.rs +++ b/noq-proto/src/tests/multipath.rs @@ -1699,7 +1699,6 @@ fn abandon_cycle() -> TestResult { Ok(()) } - /// Regression: remote abandons the only validated path while an unvalidated path /// exists. Connection survives if the unvalidated path validates (#400). #[test]