test work
This commit is contained in:
@@ -90,7 +90,7 @@ SCENARIO("There are events at the input", "")
|
||||
{
|
||||
detector.is_running = false;
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(5));
|
||||
REQUIRE((bool)Verify(Method(event_notifier_mock, distribute_event).Using(event2ptr)));
|
||||
REQUIRE((bool)Verify(Method(event_notifier_mock, distribute_event).Using(*event2ptr)));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user