test(simulator): ✅ Add lifecycle test coverage for CourierRoute resource in simulator
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
1cbf3fcd4e
commit
282125663b
1 changed files with 2 additions and 0 deletions
|
|
@ -105,6 +105,8 @@ fn shared_map_agreement(
|
|||
eta_turn: None,
|
||||
delivered: false,
|
||||
intercepted: false,
|
||||
planned_path: Vec::new(),
|
||||
path_step: 0,
|
||||
}),
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue