[Tests][Gerber] Adapted KiCad v7 test

- Now KiCad is fixed
This commit is contained in:
Salvador E. Tropea 2023-03-01 09:12:58 -03:00
parent d308e7e8f1
commit acf136e992
1 changed files with 1 additions and 6 deletions

View File

@ -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()