renamed record_printer to RecordPrinter

This commit is contained in:
Sascha Kühl 2026-05-18 19:25:04 +02:00
parent e58b7b9b0d
commit 25405de2e0
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ set(TEST_SOURCES
../../../test/models/model_metas.hpp
../../../test/models/types.hpp
../../../test/models/user.hpp
../../../test/utils/record_printer.cpp
../../../test/utils/record_printer.hpp
../../../test/utils/RecordPrinter.cpp
../../../test/utils/RecordPrinter.hpp
)
set(LIBRARY_TEST_TARGET PostgresTests)