radicle/cob/identity: Fix comments in test `reject_concurrent`
This incorrectly listed the number of votes and delegates.
This commit is contained in:
parent
2768fe79d2
commit
94a24a7283
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue