fix: test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-26 15:50:52 +00:00
parent a57c85fa2c
commit 32fc16dca2

View File

@ -640,7 +640,7 @@ impl MockRouter {
} }
#[async_trait] #[async_trait]
impl Router for MockRouter { impl Router for MockRouter {
async fn generate_mac(&self, ip: &str, comment: &str) -> anyhow::Result<Option<String>> { async fn generate_mac(&self, ip: &str, comment: &str) -> anyhow::Result<Option<ArpEntry>> {
Ok(None) Ok(None)
} }