()
| 612 | |
| 613 | #[test] |
| 614 | fn test_provenance_tool() { |
| 615 | let session = make_session(); |
| 616 | let event = make_event(); |
| 617 | let options = make_options(&session, &event); |
| 618 | |
| 619 | let prov = build_turn_provenance(&options); |
| 620 | assert_eq!(prov.tool, AITool::Cli("claude-code".to_string())); |
| 621 | } |
| 622 | |
| 623 | #[test] |
| 624 | fn test_provenance_session_id() { |
nothing calls this directly
no test coverage detected