()
| 1178 | |
| 1179 | #[test] |
| 1180 | fn test_store_list_empty() { |
| 1181 | let (_dir, store) = make_store(); |
| 1182 | let sessions = store.list().unwrap(); |
| 1183 | assert!(sessions.is_empty()); |
| 1184 | } |
| 1185 | |
| 1186 | #[test] |
| 1187 | fn test_store_list_multiple() { |
nothing calls this directly
no test coverage detected