diff --git a/backends/postgres/test/CMakeLists.txt b/backends/postgres/test/CMakeLists.txt index abb4857..cd53054 100644 --- a/backends/postgres/test/CMakeLists.txt +++ b/backends/postgres/test/CMakeLists.txt @@ -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)