From 47812528775dad261d4f033709d56ec290df6d6c Mon Sep 17 00:00:00 2001 From: Vaxry Date: Thu, 4 Apr 2024 16:22:14 +0100 Subject: [PATCH] tests: fixup hardcoded themes as always --- tests/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.cpp b/tests/test.cpp index bc5fae6..0ba938c 100644 --- a/tests/test.cpp +++ b/tests/test.cpp @@ -11,7 +11,7 @@ void logFunction(enum eHyprcursorLogLevel level, char* message) { */ int main(int argc, char** argv) { - Hyprcursor::CHyprcursorManager mgr("TESTTHEME", logFunction); + Hyprcursor::CHyprcursorManager mgr(nullptr, logFunction); if (!mgr.valid()) { std::cout << "mgr is invalid\n";