File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ def test_lib_download(run_command, downloads_dir):
212
212
213
213
214
214
def test_install (run_command ):
215
- libs = ["AzureIoTProtocol_MQTT " , "CMMC MQTT Connector" , "WiFiNINA" ]
215
+ libs = ["Arduino_BQ24195 " , "CMMC MQTT Connector" , "WiFiNINA" ]
216
216
# Should be safe to run install multiple times
217
217
assert run_command (["lib" , "install" ] + libs )
218
218
assert run_command (["lib" , "install" ] + libs )
@@ -452,7 +452,7 @@ def test_update_index(run_command):
452
452
453
453
454
454
def test_uninstall (run_command ):
455
- libs = ["AzureIoTProtocol_MQTT " , "WiFiNINA" ]
455
+ libs = ["Arduino_BQ24195 " , "WiFiNINA" ]
456
456
assert run_command (["lib" , "install" ] + libs )
457
457
458
458
result = run_command (["lib" , "uninstall" ] + libs )
You can’t perform that action at this time.
0 commit comments