[Test] More compare tollerances

This commit is contained in:
Salvador E. Tropea 2022-09-23 10:05:00 -03:00
parent 3f4448ffce
commit 51193541f0
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ def test_pdf_refill_1(test_dir):
ctx.run()
b_cu = ctx.get_gerber_filename('B_Cu', '.pdf')
ctx.expect_out_file(b_cu)
ctx.compare_image(b_cu)
ctx.compare_image(b_cu, tol=DIFF_TOL)
ctx.clean_up()