summaryrefslogtreecommitdiffstats
path: root/tests/file_hjson.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/file_hjson.rs')
-rw-r--r--tests/file_hjson.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/file_hjson.rs b/tests/file_hjson.rs
index 4439d31..4ac2e12 100644
--- a/tests/file_hjson.rs
+++ b/tests/file_hjson.rs
@@ -20,7 +20,7 @@ struct Place {
favorite: bool,
telephone: Option<String>,
reviews: u64,
- creator: MapImpl<String, Value>,
+ creator: Map<String, Value>,
rating: Option<f32>,
}