fix tests
This commit is contained in:
parent
6aeda0a22f
commit
cb70077f5a
1 changed files with 2 additions and 1 deletions
|
|
@ -275,7 +275,8 @@ mod tests {
|
||||||
]
|
]
|
||||||
.to_vec()
|
.to_vec()
|
||||||
),
|
),
|
||||||
&Card::new(Suit::Heart, "J")
|
&Card::new(Suit::Heart, "J"),
|
||||||
|
0,
|
||||||
),
|
),
|
||||||
PlayerChoice::Stand,
|
PlayerChoice::Stand,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue