MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_active_recorded_mid_turn

Function test_active_recorded_mid_turn

atomic-agent/src/turn/phase.rs:938–942  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

936
937 #[test]
938 fn test_active_recorded_mid_turn() {
939 let r = transition(Phase::Active, Event::Recorded, TransitionContext::default());
940 assert_eq!(r.new_phase, Phase::ActiveRecorded);
941 assert_eq!(r.actions, vec![Action::UpdateInteraction]);
942 }
943
944 #[test]
945 fn test_active_session_start_warn() {

Callers

nothing calls this directly

Calls 1

transitionFunction · 0.85

Tested by

no test coverage detected