From ff09ecd74523d1d5d667136a6ae3a8000dff19cd Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Sun, 19 Jul 2020 08:48:56 +0100 Subject: [PATCH] fix test for new bitsy version --- src/game.rs | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/game.rs b/src/game.rs index 7f88788..c232b41 100644 --- a/src/game.rs +++ b/src/game.rs @@ -946,10 +946,20 @@ mod test { game.sprite_ids(), vec!["A".to_string(), "a".to_string(), "0".to_string(), "1".to_string()] ); - assert_eq!(game.item_ids(), vec!["0".to_string(), "1".to_string()]); + assert_eq!( + game.item_ids(), + vec!["0".to_string(), "1".to_string(), "2".to_string(), "3".to_string()] + ); assert_eq!( game.dialogue_ids(), - vec!["SPR_0".to_string(), "ITM_0".to_string(), "0".to_string(), "1".to_string()] + vec![ + "0".to_string(), + "1".to_string(), + "2".to_string(), + "3".to_string(), + "4".to_string(), + "5".to_string() + ] ); assert_eq!(game.palette_ids(), vec!["0".to_string(), "1".to_string()]); assert_eq!(