change test name

This commit is contained in:
2026-06-08 23:34:47 -07:00
parent 3020c21bca
commit 8fc6854118
+1 -1
View File
@@ -16,7 +16,7 @@ fn test_is_winnable() {
}
#[test]
fn test_serde() {
fn test_json() {
let mut session = Session::new_default(Klondike::with_seed(124));
let solution_result = session.solve();
if let Ok(Some(solution)) = solution_result {