upd11
This commit is contained in:
@@ -5,7 +5,7 @@ fn test_protocols() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn test_protocol_by_name() {
|
fn test_protocol_by_name() {
|
||||||
assert protocol.protocol_by_name('tcp')!.aliases == ['TCP']
|
assert 'TCP' in protocol.protocol_by_name('tcp')!.aliases
|
||||||
}
|
}
|
||||||
|
|
||||||
fn test_protocol_by_number() {
|
fn test_protocol_by_number() {
|
||||||
|
|||||||
Reference in New Issue
Block a user