xml: Move deprecated XML file out of the way

This commit is contained in:
Vicki Pfau 2024-07-26 16:57:08 -07:00
parent 679accbd66
commit 453a51239f
2 changed files with 1 additions and 1 deletions

View file

@ -476,7 +476,7 @@ mod test {
let remote_properties = collect_properties(remote_interface.properties()); let remote_properties = collect_properties(remote_interface.properties());
let remote_property_names: HashSet<&String> = remote_properties.keys().collect(); 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 .await
.expect("read"); .expect("read");
let local_interfaces = let local_interfaces =