Fix build and compilation.
This commit is contained in:
parent
393402032c
commit
216f6f8389
4 changed files with 5 additions and 5 deletions
|
|
@ -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.");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue