From 94a24a7283c3a65a0ae02cd7de22fd02f07d96bd Mon Sep 17 00:00:00 2001 From: Adrian Duke Date: Fri, 29 May 2026 19:43:44 +0100 Subject: [PATCH] radicle/cob/identity: Fix comments in test `reject_concurrent` This incorrectly listed the number of votes and delegates. --- crates/radicle/src/cob/identity.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/crates/radicle/src/cob/identity.rs b/crates/radicle/src/cob/identity.rs index 41924d4a..54480bc0 100644 --- a/crates/radicle/src/cob/identity.rs +++ b/crates/radicle/src/cob/identity.rs @@ -1749,7 +1749,7 @@ mod test { } #[test] - fn test_identity_reject_concurrent() { + fn reject_concurrent() { let network = Network::default(); let alice = &network.alice; let bob = &network.bob; @@ -1806,14 +1806,14 @@ mod test { assert_eq!(eve_revision.state, State::Active); assert_eq!(eve_revision.parent, Some(a1)); - // e2 (Propose "Change visibility") 1/2 + // e2 (Propose "Change visibility") 1/3 // | - // e1 (Reject "Change visibility") 1/2 - // b1 | (Accept "Change visibility") 2/2 + // e1 (Reject "Change visibility") 1/3 + // b1 | (Accept "Change visibility") 2/3 // | / - // a2 (Propose "Change visibility") 1/2 + // a2 (Propose "Change visibility") 1/3 // | - // a1 (Add Bob and Eve) + // a1 (Add Bob and Eve) 1/1 // | // a0