chore: fix typo in test name
cargo devel CI / cargo CI (push) Has been cancelled Details

This commit is contained in:
Christoph J. Scherr 2024-07-25 13:24:01 +02:00
parent 87a41d6603
commit 500e99d8ee
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ fn test_naive_play_predetermined_game() -> anyhow::Result<()> {
} }
#[test] #[test]
fn test_naive_play_predetermined_game_by_manual_guess_and_evak() -> anyhow::Result<()> { fn test_naive_play_predetermined_game_by_manual_guess_and_eval() -> anyhow::Result<()> {
let wl = wordlist(); let wl = wordlist();
let sl = let sl =
AnyBuiltinSolver::Naive(NaiveSolver::build(&wl).expect("could not build naive solver")); AnyBuiltinSolver::Naive(NaiveSolver::build(&wl).expect("could not build naive solver"));