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

Function insert_unknown_array_errors

nodedb/tests/array_sql.rs:83–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81
82#[tokio::test]
83async fn insert_unknown_array_errors() {
84 let srv = TestServer::start().await;
85 srv.expect_error("INSERT INTO ARRAY ghost COORDS (1) VALUES (1)", "not found")
86 .await;
87}
88
89// ── ARRAY_* function surface ────────────────────────────────────────
90

Callers

nothing calls this directly

Calls 1

expect_errorMethod · 0.80

Tested by

no test coverage detected