mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-15 18:56:49 -04:00
daemon/config: Fix test build
This commit is contained in:
parent
45fa0cca2b
commit
4fa8fe6900
1 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue