pull/606/head
Jeff Becker 5 years ago
parent 351c241c0f
commit a8f307dd09
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -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});
}

Loading…
Cancel
Save