()
| 1122 | |
| 1123 | #[test] |
| 1124 | fn test_store_list_empty() { |
| 1125 | let (_dir, store) = make_store(); |
| 1126 | let sessions = store.list().unwrap(); |
| 1127 | assert!(sessions.is_empty()); |
| 1128 | } |
| 1129 | |
| 1130 | #[test] |
| 1131 | fn test_store_list_multiple() { |
nothing calls this directly
no test coverage detected