From acf136e992685bf3679b8b90bf24381a37357662 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 1 Mar 2023 09:12:58 -0300 Subject: [PATCH] [Tests][Gerber] Adapted KiCad v7 test - Now KiCad is fixed --- tests/test_plot/test_gerber.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/test_plot/test_gerber.py b/tests/test_plot/test_gerber.py index 83fe7fa7..16443e6e 100644 --- a/tests/test_plot/test_gerber.py +++ b/tests/test_plot/test_gerber.py @@ -97,12 +97,7 @@ def test_gerber_2layer(test_dir): r"C,1.000000"]) # Expect a flash for the square pad - if context.ki7(): - # Is this a bug? - ctx.expect_gerber_flash_at(f_cu, 5, (139.99999, -100)) - else: - ctx.expect_gerber_flash_at(f_cu, 5, (140, -100)) - + ctx.expect_gerber_flash_at(f_cu, 5, (140, -100)) ctx.clean_up()