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):
212212
213213
214214def test_install (run_command ):
215- libs = ["AzureIoTProtocol_MQTT " , "CMMC MQTT Connector" , "WiFiNINA" ]
215+ libs = ["Arduino_BQ24195 " , "CMMC MQTT Connector" , "WiFiNINA" ]
216216 # Should be safe to run install multiple times
217217 assert run_command (["lib" , "install" ] + libs )
218218 assert run_command (["lib" , "install" ] + libs )
@@ -452,7 +452,7 @@ def test_update_index(run_command):
452452
453453
454454def test_uninstall (run_command ):
455- libs = ["AzureIoTProtocol_MQTT " , "WiFiNINA" ]
455+ libs = ["Arduino_BQ24195 " , "WiFiNINA" ]
456456 assert run_command (["lib" , "install" ] + libs )
457457
458458 result = run_command (["lib" , "uninstall" ] + libs )
You can’t perform that action at this time.
0 commit comments