[Tests] Adapted for the new Blender output name

This commit is contained in:
Salvador E. Tropea 2023-01-18 21:08:07 -03:00
parent 2ba55ba817
commit 45b1e27d5e
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ def test_blender_export_1(test_dir):
ctx = context.TestContext(test_dir, prj, yaml)
ctx.run(extra_debug=True)
# Check all outputs are there
name = prj+'-3D_blender.blend'
name = prj+'-3D_blender_top.blend'
ctx.expect_out_file(name, sub=True)
name = prj+'.pcb3d'
ctx.expect_out_file(name, sub=True)