From 4f33c6b7759f6415da15dc63f81f92a5089ce7da Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 11 Apr 2023 11:27:45 -0300 Subject: [PATCH] [Tests][KiCad 8] Added some tolerance to the sub pcb pcbdraw tests --- tests/test_plot/test_pcbdraw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_plot/test_pcbdraw.py b/tests/test_plot/test_pcbdraw.py index 75885c8a..a1f3914f 100644 --- a/tests/test_plot/test_pcbdraw.py +++ b/tests/test_plot/test_pcbdraw.py @@ -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)