diff options
Diffstat (limited to 'src/roomtemplate.rs')
| -rw-r--r-- | src/roomtemplate.rs | 2 |
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, |
