Skip to content

Commit 0b11d92

Browse files
committed
update core index before running board list
1 parent f742ad3 commit 0b11d92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ def test_command_lib_search(run_command):
6363

6464

6565
def test_command_board_list(run_command):
66+
result = run_command('core update-index')
67+
assert result.ok
6668
result = run_command('board list --format json')
6769
assert result.ok
6870
# check is a valid json and contains a list of ports

0 commit comments

Comments
 (0)