more merge tests
This commit is contained in:
parent
fd91e333a5
commit
4c47de406e
|
@ -914,6 +914,11 @@ mod test {
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
game.dialogue_ids(),
|
game.dialogue_ids(),
|
||||||
vec!["SPR_0".to_string(), "ITM_0".to_string(), "0".to_string(), "1".to_string()]
|
vec!["SPR_0".to_string(), "ITM_0".to_string(), "0".to_string(), "1".to_string()]
|
||||||
)
|
);
|
||||||
|
assert_eq!(game.palette_ids(), vec!["0".to_string(), "1".to_string()]);
|
||||||
|
assert_eq!(
|
||||||
|
game.get_room_by_id("1".to_string()).unwrap().palette_id,
|
||||||
|
Some("1".to_string())
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue