Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8f1c7aa authored by Sonny Sasaka's avatar Sonny Sasaka Committed by Gerrit Code Review
Browse files

Merge "Floss: Fix test in stack"

parents c14abaf7 f250e23f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -237,8 +237,6 @@ impl BluetoothDBus {
    }
}

trait DBusExportable {}

#[generate_dbus_interface_client]
impl IBluetooth for BluetoothDBus {
    #[dbus_method("RegisterCallback")]
+2 −0
Original line number Diff line number Diff line
@@ -1458,6 +1458,8 @@ mod tests {
        fn unregister(&mut self, _id: u32) -> bool {
            false
        }

        fn export_for_rpc(self: Box<Self>) {}
    }

    use super::*;