summaryrefslogtreecommitdiff
path: root/src/roomtemplate.rs
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-09-25 14:18:13 +0200
committertroido <troido@protonmail.com>2020-09-25 14:18:13 +0200
commit87727f9519eb37b565d8cc88e174935bac0e1d12 (patch)
tree78eb9daaf511b9eeeb8f0eef197556f0353582e1 /src/roomtemplate.rs
parent09306cb76c6e1eabb4082a985a0a0fa335bda5c1 (diff)
assemlage uses proper serialization too
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 7f25291..b9bb0e1 100644
--- a/src/roomtemplate.rs
+++ b/src/roomtemplate.rs
@@ -68,7 +68,7 @@ mod tests {
use serde_json::json;
#[test]
- fn simple_from_json() {
+ fn simple_deserialize() {
RoomTemplate::deserialize(&json!({
"width": 6,
"height": 5,