summaryrefslogtreecommitdiff
path: root/protocol/src/simple_bots.rs
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/src/simple_bots.rs')
-rw-r--r--protocol/src/simple_bots.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/src/simple_bots.rs b/protocol/src/simple_bots.rs
index 7cc2ce8..3df7b5d 100644
--- a/protocol/src/simple_bots.rs
+++ b/protocol/src/simple_bots.rs
@@ -84,7 +84,7 @@ mod tests {
assert_eq!(card1.suit(), card2.suit());
- let play_state = match play_state.play(card2).unwrap() {
+ let _play_state = match play_state.play(card2).unwrap() {
PlayStateResult::InProgress(p) => p,
PlayStateResult::PlayFinished(_) => {
panic!("game should not be over")