mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Update test_file_helper.cpp
This commit is contained in:
parent
d5709c9d70
commit
3ac9540351
@ -44,7 +44,7 @@ TEST_CASE("file_helper_reopen", "[file_helper::reopen()]]")
|
||||
file_helper helper;
|
||||
helper.open(target_filename);
|
||||
write_with_helper(helper, 12);
|
||||
REQUIRE(helper.size() == 13);
|
||||
REQUIRE(helper.size() == 12);
|
||||
helper.reopen(true);
|
||||
REQUIRE(helper.size() == 0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user