MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / show_sessions_executes_successfully

Function show_sessions_executes_successfully

nodedb/tests/session_lifecycle.rs:141–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139
140#[tokio::test]
141async 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}

Callers

nothing calls this directly

Calls 3

make_state_with_catalogFunction · 0.85
superuserFunction · 0.85
ddl_okFunction · 0.85

Tested by

no test coverage detected