()
| 567 | |
| 568 | #[test] |
| 569 | fn test_resolve_node_ids_literal() { |
| 570 | let bindings = HashMap::new(); |
| 571 | let ids = resolve_node_ids("intent:PIMO-1", &bindings); |
| 572 | assert_eq!(ids, vec!["intent:PIMO-1"]); |
| 573 | } |
| 574 | |
| 575 | #[test] |
| 576 | fn test_resolve_node_ids_variable() { |
nothing calls this directly
no test coverage detected