body, chatstates: Fix tests.
This commit is contained in:
parent
a9993b1281
commit
861c933c56
2 changed files with 13 additions and 13 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue