Сделана общая фикстура

This commit is contained in:
Антон
2025-11-22 10:19:58 +03:00
parent b7866c9cdf
commit 182bb13f4d
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -86,6 +86,8 @@ add_executable(AuthRegistrationExecutorTests ./tests/endpoint_handlers/AuthRegis
./src/exceptions/session_exception.h
./src/helpers/helpers.h
./src/helpers/helpers.cpp
./src/DAO/MemoryAuthDAO.h
./src/DAO/MemoryAuthDAO.cpp
./src/DAO/MySQLUserDAO.h
./src/DAO/MySQLUserDAO.cpp
./src/db/mysql_connector.h