mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-12 14:13:43 +01:00
rust/protover: make test match test name
It was just a copypaste of the test above it.
Fix on commit 15e59a1fed
This commit is contained in:
parent
41d52e9cd8
commit
955a050bd2
@ -78,7 +78,7 @@ fn parse_protocol_unvalidated_with_empty() {
|
|||||||
#[test]
|
#[test]
|
||||||
#[should_panic]
|
#[should_panic]
|
||||||
fn parse_protocol_validated_with_empty() {
|
fn parse_protocol_validated_with_empty() {
|
||||||
let _: UnvalidatedProtoEntry = "".parse().unwrap();
|
let _: ProtoEntry = "".parse().unwrap();
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
Loading…
Reference in New Issue
Block a user