mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
rust/protover: remove redundant test
commit 15e59a1fed added a test
for parsing an empty string twice.
This commit is contained in:
@@ -874,11 +874,6 @@ mod test {
|
||||
assert_protoentry_is_unparseable!("Desc=1-4294967295");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_protoentry_from_str_() {
|
||||
assert_protoentry_is_unparseable!("");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_protoentry_all_supported_single_protocol_single_version() {
|
||||
let protocol: UnvalidatedProtoEntry = "Cons=1".parse().unwrap();
|
||||
|
||||
Reference in New Issue
Block a user