Skip to content

Commit

Permalink
tests: fixup hardcoded themes as always
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Apr 4, 2024
1 parent f4ea029 commit 4781252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 4781252

Please sign in to comment.