Fix a test

This commit is contained in:
Alex Crichton 2014-06-23 11:17:39 -07:00
parent ed88ef0b81
commit 6e30770355

View file

@ -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`");
}
}
}