new_random_default

This commit is contained in:
2026-05-15 08:55:58 -07:00
parent 78a5b9cc3d
commit f18e8b9b1a
4 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -1,11 +1,10 @@
#[test]
fn test_klondike() {
use crate::Rng;
use crate::card_game::{Game, Session};
use crate::klondike::Klondike;
// create game session
let game = Klondike::new(Rng::default(), Default::default());
let game = Klondike::new_random_default();
let mut session = Session::new(game);
// is winnable