()
| 1170 | |
| 1171 | #[test] |
| 1172 | fn test_store_clear_nonexistent_is_ok() { |
| 1173 | let (_dir, store) = make_store(); |
| 1174 | assert!(store.clear("does-not-exist").is_ok()); |
| 1175 | } |
| 1176 | |
| 1177 | // SessionStore: list |
| 1178 |
nothing calls this directly
no test coverage detected