()
| 334 | |
| 335 | #[tokio::test] |
| 336 | async fn test_from_config() { |
| 337 | let agent = Agent::from_config(test_config()).await; |
| 338 | assert!(agent.is_ok()); |
| 339 | } |
| 340 | |
| 341 | #[tokio::test] |
| 342 | async fn test_session_default() { |
nothing calls this directly
no test coverage detected