Clippy fix in unit test

This commit is contained in:
Deukhoofd 2022-11-26 15:55:01 +01:00
parent d1ed14119d
commit aa3ceaed3e
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 1 deletions

View File

@ -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(),