Added missing blank line and removed extra blank line at the end.

This commit is contained in:
Salvador E. Tropea 2020-05-26 14:01:11 -03:00
parent 979b3bc0d7
commit 7b8aa57610
1 changed files with 1 additions and 1 deletions

View File

@ -175,6 +175,7 @@ def test_auto_pcb_and_cfg():
ctx.clean_up()
def test_auto_pcb_and_cfg_2():
prj = '3Rs'
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\]')
ctx.clean_up()