diff --git a/com.steampowered.SteamOSManager1.xml b/com.steampowered.SteamOSManager1.Manager.xml similarity index 100% rename from com.steampowered.SteamOSManager1.xml rename to com.steampowered.SteamOSManager1.Manager.xml diff --git a/src/manager/user.rs b/src/manager/user.rs index a7e6172..e61c634 100644 --- a/src/manager/user.rs +++ b/src/manager/user.rs @@ -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 =