aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/serialization.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialization.rs b/src/serialization.rs
index aad78e8..7011eb6 100644
--- a/src/serialization.rs
+++ b/src/serialization.rs
@@ -916,7 +916,7 @@ mod tests {
Ok(..) => fail!("should not have decoded"),
Err(e) => {
assert_eq!(e.to_str().as_slice(),
- "expected a value of type `integer` for the key `d`");
+ "expected a value of type `integer` for the key `bar`");
}
}
}