Skip to content

Commit a3f5dd8

Browse files
authored
[skip-changelog] Fixed integration test (#1985)
1 parent 76251df commit a3f5dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/test_lib.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ def test_search(run_command):
500500
assert "Downloading index: library_index.tar.bz2 downloaded" in lines
501501
libs = [l[6:].strip('"') for l in lines if "Name:" in l]
502502

503-
expected = {"WiFi101", "WiFi101OTA", "Firebase Arduino based on WiFi101"}
503+
expected = {"WiFi101", "WiFi101OTA", "Firebase Arduino based on WiFi101", "WiFi101_Generic"}
504504
assert expected == {lib for lib in libs if "WiFi101" in lib}
505505

506506
result = run_command(["lib", "search", "--names", "--format", "json"])

0 commit comments

Comments
 (0)