gathering info on read
parent
7ad6dad214
commit
e81f221910
|
|
@ -92,7 +92,8 @@ mod test_taskss {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn read_single_file() {
|
fn read_single_file() {
|
||||||
_ = DB::new("./src/testdata/taskss.d/single_file.yaml".to_string()).expect("failed to construct from single file");
|
let db = DB::new("./src/testdata/taskss.d/single_file.yaml".to_string()).expect("failed to construct from single file");
|
||||||
|
assert_eq!(1, db.0.len());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue