Update tests according to updated API

This commit is contained in:
Martin Barksten
2016-09-20 19:10:02 +02:00
parent 4c83cc4b4a
commit f6b7b1c53d

View File

@ -122,7 +122,6 @@ mod test {
//2 2 //2 2
fn get_test_map() -> Map { fn get_test_map() -> Map {
Map { Map {
type_: String::from("type"),
width: MAP_WIDTH, width: MAP_WIDTH,
height: MAP_WIDTH, height: MAP_WIDTH,
worldTick: 0, worldTick: 0,