mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-09 16:10:34 -04:00
wifi: Fix test not running
This commit is contained in:
parent
38de5a7191
commit
e3122059e5
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue