Carry company stat-band roots into runtime state
This commit is contained in:
parent
8473471a79
commit
1e0f88bd62
9 changed files with 180 additions and 15 deletions
|
|
@ -5057,6 +5057,9 @@ mod tests {
|
|||
prior_issue_calendar_word: 4,
|
||||
city_connection_latch: true,
|
||||
linked_transit_latch: false,
|
||||
stat_band_root_0cfb_candidates: Vec::new(),
|
||||
stat_band_root_0d7f_candidates: Vec::new(),
|
||||
stat_band_root_1c47_candidates: Vec::new(),
|
||||
}),
|
||||
},
|
||||
crate::SmpLoadedCompanyRosterEntry {
|
||||
|
|
@ -5100,6 +5103,9 @@ mod tests {
|
|||
prior_issue_calendar_word: 2,
|
||||
city_connection_latch: false,
|
||||
linked_transit_latch: true,
|
||||
stat_band_root_0cfb_candidates: Vec::new(),
|
||||
stat_band_root_0d7f_candidates: Vec::new(),
|
||||
stat_band_root_1c47_candidates: Vec::new(),
|
||||
}),
|
||||
},
|
||||
],
|
||||
|
|
@ -6386,6 +6392,9 @@ mod tests {
|
|||
prior_issue_calendar_word: 3,
|
||||
city_connection_latch: false,
|
||||
linked_transit_latch: true,
|
||||
stat_band_root_0cfb_candidates: Vec::new(),
|
||||
stat_band_root_0d7f_candidates: Vec::new(),
|
||||
stat_band_root_1c47_candidates: Vec::new(),
|
||||
},
|
||||
)]),
|
||||
..RuntimeServiceState::default()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue