Clippy fix in unit test
This commit is contained in:
parent
d1ed14119d
commit
aa3ceaed3e
|
@ -301,7 +301,7 @@ mod tests {
|
|||
|
||||
let queue = ChoiceQueue::new(vec![
|
||||
Some(TurnChoice::Pass(PassChoice::new(user1.clone()))),
|
||||
Some(TurnChoice::Pass(PassChoice::new(user2.clone()))),
|
||||
Some(TurnChoice::Pass(PassChoice::new(user2))),
|
||||
]);
|
||||
assert_eq!(
|
||||
user1.value_identifier(),
|
||||
|
|
Loading…
Reference in New Issue