test(simulator): Add lifecycle test coverage for CourierRoute resource in simulator

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-04-28 15:52:58 -07:00
parent 1cbf3fcd4e
commit 282125663b

View file

@ -105,6 +105,8 @@ fn shared_map_agreement(
eta_turn: None,
delivered: false,
intercepted: false,
planned_path: Vec::new(),
path_step: 0,
}),
})
}