Skip to content

Commit 8e31feb

Browse files
committed
fix wrong assert in other test
1 parent 28c872c commit 8e31feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_board.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,5 +449,5 @@ def test_board_details_no_flags(run_command):
449449
assert result.ok
450450
result = run_command("board details")
451451
assert not result.ok
452-
assert "Error getting board details: parsing fqbn: invalid fqbn:"
452+
assert "Error getting board details: parsing fqbn: invalid fqbn:" in result.stderr
453453
assert result.stdout == ""

0 commit comments

Comments
 (0)