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

Commit 7340fed4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "AclManager: Set future to expect SetRandomAddress" am: da90ba69

Change-Id: I4012e3f05deea4a22eb8adf3690a46b588e7dae5
parents 86cd72b6 da90ba69
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -307,6 +307,7 @@ class AclManagerNoCallbacksTest : public ::testing::Test {
    fake_registry_.InjectTestModule(&Controller::Factory, test_controller_);
    client_handler_ = fake_registry_.GetTestModuleHandler(&HciLayer::Factory);
    ASSERT_NE(client_handler_, nullptr);
    test_hci_layer_->SetCommandFuture();
    fake_registry_.Start<AclManager>(&thread_);
    acl_manager_ = static_cast<AclManager*>(fake_registry_.GetModuleUnderTest(&AclManager::Factory));
    Address::FromString("A1:A2:A3:A4:A5:A6", remote);