diff --git a/tests/commands/test_lib.py b/tests/commands/test_lib.py index ed4fc603..994417a4 100644 --- a/tests/commands/test_lib.py +++ b/tests/commands/test_lib.py @@ -84,7 +84,7 @@ def test_global_lib_show(clirunner, validate_cliresult, isolated_pio_home): def test_global_lib_update(clirunner, validate_cliresult, isolated_pio_home): result = clirunner.invoke(cli, ["-g", "update"]) validate_cliresult(result) - assert all([s in result.output for s in ("Up-to-date", "Checking")]) + assert all([s in result.output for s in ("[Up-to-date]", "[VCS]")]) def test_global_lib_uninstall(clirunner, validate_cliresult,