We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd8976 commit d0b2556Copy full SHA for d0b2556
test/test_lib.py
@@ -212,7 +212,7 @@ def test_lib_download(run_command, downloads_dir):
212
213
214
def test_install(run_command):
215
- libs = ["AzureIoTProtocol_MQTT", "CMMC MQTT Connector", "WiFiNINA"]
+ libs = ["Arduino_BQ24195", "CMMC MQTT Connector", "WiFiNINA"]
216
# Should be safe to run install multiple times
217
assert run_command(["lib", "install"] + libs)
218
@@ -452,7 +452,7 @@ def test_update_index(run_command):
452
453
454
def test_uninstall(run_command):
455
- libs = ["AzureIoTProtocol_MQTT", "WiFiNINA"]
+ libs = ["Arduino_BQ24195", "WiFiNINA"]
456
457
458
result = run_command(["lib", "uninstall"] + libs)
0 commit comments