diff --git a/tests/test.cpp b/tests/test.cpp index dd94738..9fd711a 100644 --- a/tests/test.cpp +++ b/tests/test.cpp @@ -2,7 +2,7 @@ #include int main(int argc, char** argv) { - Hyprcursor::CHyprcursorManager mgr("BIBATAWAIT"); + Hyprcursor::CHyprcursorManager mgr(nullptr); // preload size 48 for testing if (!mgr.loadThemeStyle(Hyprcursor::SCursorStyleInfo{.size = 48})) {