parsers: fix tests indentation with minidom PartialEq changes
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
e62e870ef0
commit
c8206455f1
4 changed files with 8 additions and 76 deletions
|
|
@ -196,14 +196,7 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
fn test_multiple_groups() {
|
||||
let elem: Element = r#"
|
||||
<query xmlns='jabber:iq:roster'>
|
||||
<item jid='test@example.org'>
|
||||
<group>A</group>
|
||||
<group>B</group>
|
||||
</item>
|
||||
</query>
|
||||
"#
|
||||
let elem: Element = "<query xmlns='jabber:iq:roster'><item jid='test@example.org'><group>A</group><group>B</group></item></query>"
|
||||
.parse()
|
||||
.unwrap();
|
||||
let elem1 = elem.clone();
|
||||
|
|
|
|||
Loading…
Reference in a new issue