()
| 1114 | |
| 1115 | #[test] |
| 1116 | fn test_store_clear_nonexistent_is_ok() { |
| 1117 | let (_dir, store) = make_store(); |
| 1118 | assert!(store.clear("does-not-exist").is_ok()); |
| 1119 | } |
| 1120 | |
| 1121 | // SessionStore: list |
| 1122 |
nothing calls this directly
no test coverage detected