test klondike iter

This commit is contained in:
2026-05-19 09:46:11 -07:00
parent 73ffef76b0
commit 08e8656ecf
+4
View File
@@ -533,6 +533,10 @@ impl Iterator for KlondikeIter {
instruction
}
}
#[test]
fn test_klondike_iter() {
assert_eq!(KlondikeIter::new().count(), 721);
}
#[derive(Clone, Debug, Eq, Hash, PartialEq)]
pub struct Klondike {