Helper for msp

This commit is contained in:
Dominik Werder
2025-05-14 16:30:26 +02:00
parent fde7872dca
commit 87a11bf497

View File

@@ -42,9 +42,10 @@ impl Iterator for MspLspIter {
#[test]
fn test_iter_00() {
let range = NanoRange::from_strings("", "").unwrap();
let range = NanoRange::from_strings("2024-06-07T09:17:31Z", "2024-06-07T09:17:31Z").unwrap();
let pbp = PrebinnedPartitioning::Sec1;
let mut it = MspLspIter::new(range, pbp);
taskrun;
for x in it {
eprintln!("{:?}", x);
}