mirror of
https://github.com/znc/znc.git
synced 2026-08-03 23:43:42 +02:00
c3f1b0c00e
StringTest.cpp does not include gmock, so EXPECT_THAT/ElementsAre/IsEmpty do not compile and the unittest target fails on every CI configuration. Use EXPECT_EQ against a VCString and EXPECT_TRUE(empty()) instead, which keeps the test scope identical without dragging gmock into this file.