Skip to content

Commit

Permalink
Fix linux test
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbai committed Jan 14, 2024
1 parent 7af8563 commit 5abfe91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ytflow/src/plugin/netif/sys/linux/dns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ pub async fn retrieve_all_link_dns_servers() -> HashMap<String, Vec<IpAddr>> {
mod tests {
use super::*;
use crate::plugin::netif::sys::Netif;
use crate::plugin::netif::{NetifSelector, SelectionMode};

#[tokio::test]
async fn test_lookup() {
Expand Down

0 comments on commit 5abfe91

Please sign in to comment.