fix a test broken a bit ago

This commit is contained in:
Dustin Carlino 2018-08-28 12:10:15 -07:00
parent bb15bdb4d4
commit c325f91036

View File

@ -28,6 +28,8 @@ pub struct Sim {
rng: XorShiftRng,
pub time: Tick,
pub(crate) map_name: String,
// Some tests deliberately set different scenario names for comparisons.
#[derivative(PartialEq = "ignore")]
scenario_name: String,
// TODO not quite the right type to represent durations
savestate_every: Option<Tick>,