From b970dd3c80690c83909833d1453ade797408bc39 Mon Sep 17 00:00:00 2001 From: Jonas Zeunert Date: Wed, 26 Sep 2018 21:02:03 +0200 Subject: [PATCH] test work --- FlippR-Driver/tests/input/TestDetector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))); } } }