rename mocks to mock

This commit is contained in:
2020-04-12 13:50:07 +01:00
parent 6090d36559
commit 1426102e67
7 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
use crate::AnimationFrames;
use crate::image::Image;
use crate::mocks;
use crate::mock;
#[derive(Debug, Eq, PartialEq)]
pub struct Tile {
@@ -82,8 +82,8 @@ fn test_tile_to_string() {
name: Some("chequers".to_string()),
wall: false,
animation_frames: vec![
mocks::image::chequers_1(),
mocks::image::chequers_2(),
mock::image::chequers_1(),
mock::image::chequers_2(),
]
}.to_string();