From 8fc6854118b68a81d170344dc5720207c70c08d2 Mon Sep 17 00:00:00 2001 From: Rhys Lloyd Date: Mon, 8 Jun 2026 23:34:47 -0700 Subject: [PATCH] change test name --- klondike-cli/src/test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/klondike-cli/src/test.rs b/klondike-cli/src/test.rs index a99b634..196c31d 100644 --- a/klondike-cli/src/test.rs +++ b/klondike-cli/src/test.rs @@ -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 {