()
| 305 | |
| 306 | #[test] |
| 307 | fn build_sql_collection_only() { |
| 308 | let sql = build_graph_stats_sql(Some("social"), None); |
| 309 | assert_eq!(sql, "SHOW GRAPH STATS 'social'"); |
| 310 | } |
| 311 | |
| 312 | #[test] |
| 313 | fn build_sql_tenant_wide() { |
nothing calls this directly
no test coverage detected