diff --git a/FlippR-Driver/tests/input/TestDetector.cpp b/FlippR-Driver/tests/input/TestDetector.cpp index efdcfa7..ddc5154 100644 --- a/FlippR-Driver/tests/input/TestDetector.cpp +++ b/FlippR-Driver/tests/input/TestDetector.cpp @@ -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))); } } }