Fix a test
This commit is contained in:
parent
ed88ef0b81
commit
6e30770355
|
@ -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`");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue