Fixed test_print_pcb function name (was the same as SCH)
This commit is contained in:
parent
8f929db896
commit
2c38414617
|
|
@ -21,7 +21,7 @@ PDF_DIR = 'Layers'
|
||||||
PDF_FILE = 'PCB_Top.pdf'
|
PDF_FILE = 'PCB_Top.pdf'
|
||||||
|
|
||||||
|
|
||||||
def test_print_sch():
|
def test_print_pcb():
|
||||||
prj = 'bom'
|
prj = 'bom'
|
||||||
ctx = context.TestContext('PrPCB', prj, 'print_pcb', PDF_DIR)
|
ctx = context.TestContext('PrPCB', prj, 'print_pcb', PDF_DIR)
|
||||||
ctx.run()
|
ctx.run()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue