[Tests][KiCad 8] Added some tolerance to the sub pcb pcbdraw tests

This commit is contained in:
Salvador E. Tropea 2023-04-11 11:27:45 -03:00
parent a9b91262ad
commit 4f33c6b775
1 changed files with 1 additions and 1 deletions

View File

@ -190,5 +190,5 @@ def test_pcbdraw_sub_pcb_bp(test_dir):
ctx.expect_out_file(fname_b+'battery.svg')
ctx.expect_out_file(fname_b+'charger.svg')
ctx.expect_out_file(fname_b+'connector.svg')
ctx.compare_image(fname_b+'connector.svg', height='100%')
ctx.compare_image(fname_b+'connector.svg', height='100%', tol=10)
ctx.clean_up(keep_project=True)