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

Commit ad463825 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Reset the test environment on close"

parents 8c0f7b24 e12e2c2a
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) {