wifi: Fix test not running

This commit is contained in:
Vicki Pfau 2024-04-16 17:51:52 -07:00
parent 38de5a7191
commit e3122059e5

View file

@ -273,6 +273,7 @@ mod test {
use crate::testing;
use tokio::fs::{create_dir_all, read_to_string, remove_dir, try_exists, write};
#[test]
fn test_wifi_backend_to_string() {
assert_eq!(WifiBackend::Iwd.to_string(), "iwd");
assert_eq!(WifiBackend::WPASupplicant.to_string(), "wpa_supplicant");