CI ENABLED???? ts is wasted compute!
This commit is contained in:
@@ -146,7 +146,9 @@ mod tests {
|
||||
|
||||
assert_eq!(link.operstate, Some(OperState::Up));
|
||||
assert_eq!(
|
||||
link.address.map(|mac| mac.to_string().to_ascii_lowercase()).as_deref(),
|
||||
link.address
|
||||
.map(|mac| mac.to_string().to_ascii_lowercase())
|
||||
.as_deref(),
|
||||
Some("aa:bb:cc:dd:ee:ff")
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user