[Tests] Fixed test_import_8

- Removed the ligth_control project
This commit is contained in:
Salvador E. Tropea 2022-07-12 14:03:17 -03:00
parent 3e05ab8b6a
commit 73c72ecb62
1 changed files with 1 additions and 1 deletions

View File

@ -857,7 +857,7 @@ def test_import_8(test_dir):
ctx = context.TestContext(test_dir, prj, 'import_test_8')
ctx.run(extra=[])
ctx.expect_out_file('JLCPCB/light_control_cpl_jlc.csv')
ctx.clean_up()
ctx.clean_up(keep_project=True)
def test_disable_default_1(test_dir):