From 2fd370f4aeafc508a0c140325a3f80052b2bf69a Mon Sep 17 00:00:00 2001 From: WerWolv Date: Tue, 30 Jan 2024 21:24:26 +0100 Subject: [PATCH] tests: Clear events after tests ran --- tests/common/source/main.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/common/source/main.cpp b/tests/common/source/main.cpp index 49493c3d7..03f2066a3 100644 --- a/tests/common/source/main.cpp +++ b/tests/common/source/main.cpp @@ -1,6 +1,9 @@ #include + +#include #include #include + #include #include @@ -45,5 +48,7 @@ int main(int argc, char **argv) { else hex::log::info("Failed!"); + hex::EventManager::clear(); + return result; } \ No newline at end of file