summaryrefslogtreecommitdiff
path: root/src/roomtemplate.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/roomtemplate.rs')
-rw-r--r--src/roomtemplate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roomtemplate.rs b/src/roomtemplate.rs
index 1b920ac..009ce02 100644
--- a/src/roomtemplate.rs
+++ b/src/roomtemplate.rs
@@ -83,7 +83,7 @@ mod tests {
"mapping": {
"#": ["wall"],
",": "grass",
- ".": {"type": "grass", "args": [], "kwargs": {}}
+ ".": {":template": "grass"}
}
})).unwrap();
}