aboutsummaryrefslogtreecommitdiff
path: root/src/test/EventTest.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-28 11:03:48 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-28 11:03:48 +0100
commit42d4cdbd12fbe8ddc77e4c6600fe8aae4e9298ad (patch)
tree369d1f950ae766162eae09fc0a97a8a7c3fb6e20 /src/test/EventTest.cpp
parent6fd7cec7d4bbf5aeb361b3f1337671bb0f9af61b (diff)
split up script tests
Diffstat (limited to 'src/test/EventTest.cpp')
-rw-r--r--src/test/EventTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/EventTest.cpp b/src/test/EventTest.cpp
index f232027..350dd07 100644
--- a/src/test/EventTest.cpp
+++ b/src/test/EventTest.cpp
@@ -38,7 +38,6 @@ public:
TEST_F(EventManagerTest, EventSubscription) {
EventHandler<KeyPressEvent> key_handler = [](const KeyPressEvent & e) {
- std::cout << "Key Event Triggered" << std::endl;
return true;
};