tests: fixup hardcoded themes as always

This commit is contained in:
Vaxry 2024-04-04 16:22:14 +01:00
parent f4ea0297a0
commit 4781252877
1 changed files with 1 additions and 1 deletions

View File

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