Refactor ChatBarCacheTest

This commit is contained in:
Tobias Fella
2026-01-25 23:58:24 +01:00
committed by Tobias Fella
parent 8b6f5447e1
commit fa4533e757
5 changed files with 91 additions and 44 deletions

View File

@@ -41,7 +41,7 @@ ecm_add_test(
ecm_add_test(
chatbarcachetest.cpp
LINK_LIBRARIES neochat Qt::Test
LINK_LIBRARIES neochat Qt::Test Qt::HttpServer neochat_server
TEST_NAME chatbarcachetest
)