Fixed tests under windows

This commit is contained in:
gabime
2018-07-21 00:13:37 +03:00
parent 0c07df7005
commit 2dfea6bee3
3 changed files with 3 additions and 3 deletions

View File

@@ -133,7 +133,7 @@ TEST_CASE("to_file", "[async]")
REQUIRE(count_lines(filename) == messages);
auto contents = file_contents(filename);
REQUIRE(ends_with(contents, std::string("Hello message #1023") + SPDLOG_EOL));
REQUIRE(ends_with(contents, std::string("Hello message #1023\n")));
}
TEST_CASE("to_file multi-workers", "[async]")