Skip to content

Commit 3cc24e2

Browse files
committed
update core index before running board list
1 parent 742d638 commit 3cc24e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: test/test_main.py

+2
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)