Skip to content

Commit

Permalink
[rust] Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Jan 29, 2024
1 parent dbd3763 commit 1022b04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/agama-dbus-server/src/network/nm/dbus.rs
Expand Up @@ -1053,7 +1053,6 @@ mod test {
assert_eq!(wep_security.wep_key_type, WEPKeyType::Key);
assert_eq!(wep_security.auth_alg, WEPAuthAlg::Open);
assert_eq!(wep_security.wep_key_index, 1);
assert!(wireless.hidden);
}
}

Expand Down

0 comments on commit 1022b04

Please sign in to comment.