Skip to content

Commit

Permalink
#95: upgrade image test tolerance value
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Aug 27, 2024
1 parent 539281e commit 191407c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/render/test_render.cc
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ TEST_P(RenderTest, test_render_from_config_with_png) {
std::vector<std::string> cmd_vars = {
fmt::format("ACTUAL={}", png_file),
fmt::format("EXPECTED={}", expected_png_file),
"TOLERANCE=0.1",
"TOLERANCE=0.5",
};
auto cmd = fmt::format("{} {}/tests/test_image.sh",
fmt::join(cmd_vars, " "),
Expand Down

0 comments on commit 191407c

Please sign in to comment.