fix typo
This commit is contained in:
parent
09c02447a1
commit
7229b32f03
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ mod tests {
|
||||||
use blackjack::card::Suit;
|
use blackjack::card::Suit;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
/// Test edge cases I found where my basic stragey impl screwed up
|
/// Test edge cases I found where my basic strategy impl screwed up
|
||||||
fn basic_strategy_edge_cases() {
|
fn basic_strategy_edge_cases() {
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
basic_strategy(
|
basic_strategy(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue