test work

This commit is contained in:
Jonas Zeunert
2018-09-26 21:02:03 +02:00
parent a914b2b0c8
commit b970dd3c80

View File

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