diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/upnp.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upnp.rs b/src/upnp.rs index f6afe06..556de8b 100644 --- a/src/upnp.rs +++ b/src/upnp.rs @@ -63,7 +63,7 @@ mod tests { use upnp::*; #[test] - fn exploration() { + fn test_parsing() { let msg = indoc!(r#" HTTP/1.1 200 OK Content-Type: text/xml; charset="utf-8" |
