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

Commit 0e354ab7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Reset the test environment on close" am: ad463825 am: eccb55a6

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1352828

Change-Id: I6b748018402630fe3b34013a7e033ecf7a9fea0b
parents df9b855b eccb55a6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ void TestEnvironment::initialize(std::promise<void> barrier) {

void TestEnvironment::close() {
  LOG_INFO("%s", __func__);
  test_model_.Reset();
}

void TestEnvironment::SetUpHciServer(const std::function<void(int)>& connection_callback) {