diff --git a/src/rust/protover/protover.rs b/src/rust/protover/protover.rs index 2661d811c4..383a781fdc 100644 --- a/src/rust/protover/protover.rs +++ b/src/rust/protover/protover.rs @@ -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();