()
| 211 | |
| 212 | #[test] |
| 213 | fn build_sql_collection_only() { |
| 214 | let sql = build_native_graph_stats_sql(Some("social"), None); |
| 215 | assert_eq!(sql, "SHOW GRAPH STATS 'social'"); |
| 216 | } |
| 217 | |
| 218 | #[test] |
| 219 | fn build_sql_tenant_wide() { |
nothing calls this directly
no test coverage detected