Fix release tests

This commit is contained in:
Emilia Hane 2023-01-26 22:46:02 +01:00
parent 481718856c
commit 43bf908e7a
No known key found for this signature in database
GPG Key ID: E73394F9C09206FA

View File

@ -411,7 +411,7 @@ impl ProtocolId {
match self.version { match self.version {
Version::V2 => matches!( Version::V2 => matches!(
self.message_name, self.message_name,
Protocol::BlobsByRange | Protocol::BlobsByRoot Protocol::BlocksByRange | Protocol::BlocksByRoot
), ),
Version::V1 => matches!( Version::V1 => matches!(
self.message_name, self.message_name,