From a6e3a2478cdb01f6e4f2e0821aecda311e1c75a5 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Tue, 3 Mar 2026 11:27:16 +0000 Subject: [PATCH] tests/workspace: fix one test case failing --- hyprtester/src/tests/main/workspaces.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprtester/src/tests/main/workspaces.cpp b/hyprtester/src/tests/main/workspaces.cpp index 788b2357..ff023ccf 100644 --- a/hyprtester/src/tests/main/workspaces.cpp +++ b/hyprtester/src/tests/main/workspaces.cpp @@ -346,7 +346,7 @@ static void testMultimonFocus() { OK(getFromSocket("/keyword general:no_focus_fallback true")); OK(getFromSocket("/keyword binds:window_direction_monitor_fallback false")); - OK(getFromSocket("/dispatch movefocus l")); + EXPECT_NOT(getFromSocket("/dispatch movefocus l"), "ok"); { auto str = getFromSocket("/activewindow");