From f6b7b1c53d3fd0c4b9d51d16470e69795e765a84 Mon Sep 17 00:00:00 2001 From: Martin Barksten Date: Tue, 20 Sep 2016 19:10:02 +0200 Subject: [PATCH] Update tests according to updated API --- src/maputil.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/maputil.rs b/src/maputil.rs index 2506a05..b162685 100644 --- a/src/maputil.rs +++ b/src/maputil.rs @@ -122,7 +122,6 @@ mod test { //2 2 fn get_test_map() -> Map { Map { - type_: String::from("type"), width: MAP_WIDTH, height: MAP_WIDTH, worldTick: 0,