Unverified Commit d5709c9d authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

temp test appveoyr

parent 891cc95a
......@@ -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() == 12);
REQUIRE(helper.size() == 13);
helper.reopen(true);
REQUIRE(helper.size() == 0);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment