radicle/cob/identity: Fix comments in test `reject_concurrent`

This incorrectly listed the number of votes and delegates.
This commit is contained in:
Adrian Duke 2026-05-29 19:43:44 +01:00 committed by Fintan Halpenny
parent 2768fe79d2
commit 94a24a7283
1 changed files with 6 additions and 6 deletions

View File

@ -1749,7 +1749,7 @@ mod test {
} }
#[test] #[test]
fn test_identity_reject_concurrent() { fn reject_concurrent() {
let network = Network::default(); let network = Network::default();
let alice = &network.alice; let alice = &network.alice;
let bob = &network.bob; let bob = &network.bob;
@ -1806,14 +1806,14 @@ mod test {
assert_eq!(eve_revision.state, State::Active); assert_eq!(eve_revision.state, State::Active);
assert_eq!(eve_revision.parent, Some(a1)); 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 // e1 (Reject "Change visibility") 1/3
// b1 | (Accept "Change visibility") 2/2 // 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 // a0