diff --git a/OdbDesignTests/ArchiveTests.cpp b/OdbDesignTests/ArchiveTests.cpp index 2018c988..a3b045c4 100644 --- a/OdbDesignTests/ArchiveTests.cpp +++ b/OdbDesignTests/ArchiveTests.cpp @@ -3,6 +3,7 @@ #include "Fixtures/TestDataFixture.h" #include "libarchive_extract.h" #include "ArchiveExtractor.h" +#include using namespace std::filesystem; using namespace Odb::Test::Fixtures; @@ -11,7 +12,7 @@ using namespace Utils; namespace Odb::Test { - static inline constexpr char FILE_CONTENTS[] = "Hello, World!\n\n"; + static inline constexpr char FILE_CONTENTS[] = "Hello, World!"; TEST_F(TestDataFixture, Test_LibArchive_CompressDir) {