CI ENABLED???? ts is wasted compute!

This commit is contained in:
lda
2026-04-18 04:53:58 +07:00 Verified
parent 700ed51c25
commit 0a1ec6f92b
14 changed files with 144 additions and 49 deletions
+3 -1
View File
@@ -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")
);
}