mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-20 08:50:05 +01:00
tests: fix a test case
This commit is contained in:
parent
b8bb5e9bde
commit
f8d5aad1a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue