()
| 139 | |
| 140 | #[tokio::test] |
| 141 | async fn show_sessions_executes_successfully() { |
| 142 | let state = make_state_with_catalog(); |
| 143 | let su = superuser(); |
| 144 | ddl_ok(&state, &su, "SHOW SESSIONS").await; |
| 145 | } |
nothing calls this directly
no test coverage detected