mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-08 07:30:36 -04:00
xml: Move deprecated XML file out of the way
This commit is contained in:
parent
679accbd66
commit
453a51239f
2 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ mod test {
|
|||
let remote_properties = collect_properties(remote_interface.properties());
|
||||
let remote_property_names: HashSet<&String> = remote_properties.keys().collect();
|
||||
|
||||
let local_interface_string = read("com.steampowered.SteamOSManager1.xml")
|
||||
let local_interface_string = read("com.steampowered.SteamOSManager1.Manager.xml")
|
||||
.await
|
||||
.expect("read");
|
||||
let local_interfaces =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue