hyprtester: small logging fix

This commit is contained in:
Tom Benham 2026-04-28 23:16:22 +02:00
parent f9108ae5bf
commit 617137ecfc

View file

@ -155,7 +155,7 @@ class CTestCase {
std::string{haystack}); \
MARK_TEST_FAILED_SILENT(); \
} else { \
LOG_OK("{} contains {}.", #haystack, ASSERTED); \
LOG_OK("{} contains {}.", #haystack, #needle); \
}
#define EXPECT_NOT_CONTAINS(haystack, needle) \