This commit is contained in:
Jeff Becker 2019-05-15 14:33:10 -04:00
parent 351c241c0f
commit a8f307dd09
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 2 deletions

View File

@ -27,8 +27,7 @@ struct EventLoopTest : public ::testing::Test
void
SetUp()
{
loop = llarp_make_ev_loop();
_logic.start();
loop = llarp_make_ev_loop();;
_logic.call_later({10000, this, &OnTimeout});
}