We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 920f27d commit 4bfd5abCopy full SHA for 4bfd5ab
test/test_update.py
@@ -45,8 +45,8 @@ def test_update_showing_outdated(run_command):
45
46
assert "Downloading index: package_index.tar.bz2 downloaded" in lines
47
assert "Downloading index: library_index.tar.bz2 downloaded" in lines
48
- assert lines[-5].startswith("Arduino AVR Boards")
49
- assert lines[-2].startswith("USBHost")
+ assert "Arduino AVR Boards" in lines[-5]
+ assert "USBHost" in lines[-2]
50
51
52
def test_update_with_url_not_found(run_command, httpserver):
0 commit comments