Fix build and compilation.

This commit is contained in:
Emmanuel Gil Peyrot 2017-06-14 01:57:02 +01:00
commit 216f6f8389
4 changed files with 5 additions and 5 deletions

View file

@ -107,6 +107,6 @@ mod tests {
Error::ParseError(string) => string,
_ => panic!(),
};
assert_eq!(message, "Invalid 'stanza' attribute.");
assert_eq!(message, "Unknown value for 'stanza' attribute.");
}
}