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";