Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4bfd5ab

Browse files
committed
Fixed integration tests
1 parent 920f27d commit 4bfd5ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎test/test_update.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ def test_update_showing_outdated(run_command):
4545

4646
assert "Downloading index: package_index.tar.bz2 downloaded" in lines
4747
assert "Downloading index: library_index.tar.bz2 downloaded" in lines
48-
assert lines[-5].startswith("Arduino AVR Boards")
49-
assert lines[-2].startswith("USBHost")
48+
assert "Arduino AVR Boards"inlines[-5]
49+
assert "USBHost"inlines[-2]
5050

5151

5252
def test_update_with_url_not_found(run_command, httpserver):

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /