manager: Clean up dbus session at end of tests

This commit is contained in:
Vicki Pfau 2024-07-10 18:14:32 -07:00
parent b54cb5638a
commit a6f3b37897
2 changed files with 12 additions and 0 deletions

View file

@ -481,5 +481,7 @@ mod test {
assert_eq!(local_property.ty(), remote_property.ty());
assert_eq!(local_property.access(), remote_property.access());
}
test.connection.close().await.unwrap();
}
}