Skip to content

Commit 2cbfb20

Browse files
committed
Fix wot deserialization test, and remove ignore flag
1 parent e362c5e commit 2cbfb20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/de/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,6 @@ mod tests {
996996

997997
// See https://iot.mozilla.org/wot/#thing-resource
998998
#[test]
999-
#[ignore]
1000999
fn wot() {
10011000
#[derive(Debug, Deserialize, PartialEq)]
10021001
struct Thing<'a> {
@@ -1056,7 +1055,7 @@ mod tests {
10561055
properties: Properties {
10571056
temperature: Property {
10581057
ty: Type::Number,
1059-
unit: Some("celcius"),
1058+
unit: Some("celsius"),
10601059
description: Some("An ambient temperature sensor"),
10611060
href: "/properties/temperature",
10621061
},

0 commit comments

Comments
 (0)