Another attempt to make travis-ci's xenial happy

This commit is contained in:
Stephen Shelton 2019-12-10 14:07:54 -07:00
parent 0dbbf30de5
commit e3c752f4ab
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ TEST_F(LinkLayerTest, TestIWP)
success =
status == llarp::ILinkSession::DeliveryStatus::eDeliverySuccess;
LogInfo("message sent to bob suceess=", success);
Stop();
this->Stop();
});
return true;
},