()
| 95 | |
| 96 | #[tokio::test] |
| 97 | async fn test_shutdown() { |
| 98 | let backend = create_test_backend(); |
| 99 | let result = backend.shutdown().await; |
| 100 | assert!(result.is_ok()); |
| 101 | } |
| 102 | |
| 103 | #[tokio::test] |
| 104 | async fn test_did_change_updates_content() { |
nothing calls this directly
no test coverage detected