minidom: clear warning in failure_with_duplicate_namespace test

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-01-15 18:48:09 +01:00
parent 8977745fe3
commit eb3a62eb7e

View file

@ -992,7 +992,7 @@ mod tests {
#[test]
fn failure_with_duplicate_namespace() {
let elem: Element = r###"<?xml version="1.0" encoding="UTF-8"?>
let _: Element = r###"<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">