daemon/config: Fix test build

This commit is contained in:
Vicki Pfau 2025-07-14 15:39:48 -07:00
parent 45fa0cca2b
commit 4fa8fe6900

View file

@ -114,8 +114,8 @@ mod test {
Ok(path("system")) Ok(path("system"))
} }
fn state(&self) -> TestState { fn state(&self) -> &TestState {
self.state &self.state
} }
async fn start( async fn start(