tests: fix a test case

This commit is contained in:
Vaxry 2025-12-06 12:42:26 +00:00
parent b8bb5e9bde
commit f8d5aad1a1
Signed by: vaxry
GPG key ID: 665806380871D640

View file

@ -363,7 +363,7 @@ static void testMaximizeSize() {
auto str = getFromSocket("/clients"); auto str = getFromSocket("/clients");
EXPECT(str.contains("at: 22,22"), true); EXPECT(str.contains("at: 22,22"), true);
EXPECT(str.contains("size: 1876,1036"), 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); NLog::log("{}Killing all windows", Colors::YELLOW);