This commit is contained in:
Max Bradbury 2020-04-29 16:59:00 +01:00
parent 1772d8f2e8
commit 6533de8b8c
1 changed files with 3 additions and 2 deletions

View File

@ -93,6 +93,7 @@ impl ToString for Tile {
mod test {
use crate::tile::Tile;
use crate::image::Image;
use crate::mock;
#[test]
fn test_tile_from_string() {
@ -118,8 +119,8 @@ mod test {
name: Some("chequers".to_string()),
wall: None,
animation_frames: vec![
crate::mock::image::chequers_1(),
crate::mock::image::chequers_2(),
mock::image::chequers_1(),
mock::image::chequers_2(),
],
colour_id: None,
}