diff options
| author | Yuval Adam <_@yuv.al> | 2018-07-12 15:01:16 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-07-12 15:01:16 +0300 |
| commit | d9ce1259dc0cd4ec8ed2443b443cfece25243b32 (patch) | |
| tree | 45e848048a0addc9275cdac5e21fc9e69562e2eb /src | |
| parent | cd3efed2e248ab260094c39b8941e954b91bae54 (diff) | |
Rename test function
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" |
