body, chatstates: Fix tests.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-20 00:43:17 +01:00
commit 861c933c56
2 changed files with 13 additions and 13 deletions

View file

@ -52,7 +52,7 @@ mod tests {
Error::ParseError(string) => string,
_ => panic!(),
};
assert_eq!(message, "Unknown chatstate element.");
assert_eq!(message, "This is not a chatstate element.");
}
#[test]