This commit is contained in:
ArchSav 2025-11-12 12:31:12 +11:00
parent acf2a0af25
commit 9f69f879b6

View file

@ -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);