test klondike iter
This commit is contained in:
@@ -533,6 +533,10 @@ impl Iterator for KlondikeIter {
|
|||||||
instruction
|
instruction
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#[test]
|
||||||
|
fn test_klondike_iter() {
|
||||||
|
assert_eq!(KlondikeIter::new().count(), 721);
|
||||||
|
}
|
||||||
|
|
||||||
#[derive(Clone, Debug, Eq, Hash, PartialEq)]
|
#[derive(Clone, Debug, Eq, Hash, PartialEq)]
|
||||||
pub struct Klondike {
|
pub struct Klondike {
|
||||||
|
|||||||
Reference in New Issue
Block a user