Fixed test_print_pcb function name (was the same as SCH)

This commit is contained in:
Salvador E. Tropea 2020-05-25 18:53:12 -03:00
parent 8f929db896
commit 2c38414617
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ PDF_DIR = 'Layers'
PDF_FILE = 'PCB_Top.pdf'
def test_print_sch():
def test_print_pcb():
prj = 'bom'
ctx = context.TestContext('PrPCB', prj, 'print_pcb', PDF_DIR)
ctx.run()