fix tests

This commit is contained in:
Nick Pegg 2025-07-06 12:40:48 -07:00
parent 6aeda0a22f
commit cb70077f5a

View file

@ -275,7 +275,8 @@ mod tests {
]
.to_vec()
),
&Card::new(Suit::Heart, "J")
&Card::new(Suit::Heart, "J"),
0,
),
PlayerChoice::Stand,
)