Added missing blank line and removed extra blank line at the end.
This commit is contained in:
parent
979b3bc0d7
commit
7b8aa57610
|
|
@ -175,6 +175,7 @@ def test_auto_pcb_and_cfg():
|
||||||
|
|
||||||
ctx.clean_up()
|
ctx.clean_up()
|
||||||
|
|
||||||
|
|
||||||
def test_auto_pcb_and_cfg_2():
|
def test_auto_pcb_and_cfg_2():
|
||||||
prj = '3Rs'
|
prj = '3Rs'
|
||||||
ctx = context.TestContext('GuessPCB_cfg_rep', prj, 'pre_and_position', POS_DIR)
|
ctx = context.TestContext('GuessPCB_cfg_rep', prj, 'pre_and_position', POS_DIR)
|
||||||
|
|
@ -211,4 +212,3 @@ def test_list():
|
||||||
assert ctx.search_err(r'pos_ascii \(Pick and place file\) \[position\]')
|
assert ctx.search_err(r'pos_ascii \(Pick and place file\) \[position\]')
|
||||||
|
|
||||||
ctx.clean_up()
|
ctx.clean_up()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue