1 2 3 4 5 6 7
#[test] fn get() { use crate::SessionsCtl; let sessions = SessionsCtl::default().get_all().unwrap(); dbg!(sessions); }