From f8d5aad1a1f61e1b6443c27394a38c8c54d39e9e Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sat, 6 Dec 2025 12:42:26 +0000 Subject: [PATCH] tests: fix a test case --- hyprtester/src/tests/main/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprtester/src/tests/main/window.cpp b/hyprtester/src/tests/main/window.cpp index 634f9790..3fffd291 100644 --- a/hyprtester/src/tests/main/window.cpp +++ b/hyprtester/src/tests/main/window.cpp @@ -363,7 +363,7 @@ static void testMaximizeSize() { auto str = getFromSocket("/clients"); EXPECT(str.contains("at: 22,22"), true); EXPECT(str.contains("size: 1876,1036"), true); - EXPECT(str.contains("fullscreen: 0"), true); + EXPECT(str.contains("fullscreen: 1"), true); } NLog::log("{}Killing all windows", Colors::YELLOW);