mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-20 06:10:02 +01:00
dumb fix
This commit is contained in:
parent
acf2a0af25
commit
9f69f879b6
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ static bool test() {
|
|||
|
||||
createChild(client);
|
||||
EXPECT(Tests::windowCount(), 2)
|
||||
EXPECT_COUNT_STRING("/clients", "pinned: 1", 2);
|
||||
EXPECT_COUNT_STRING(getFromSocket("/clients"), "pinned: 1", 2);
|
||||
|
||||
stopClient(client);
|
||||
NLog::log("{}Reloading config", Colors::YELLOW);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue