From e9f2334e598d61dad5674c22cecf8ea77c06ab24 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 26 Sep 2018 15:25:38 +0300 Subject: [PATCH] Fix lib test --- tests/commands/test_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/commands/test_lib.py b/tests/commands/test_lib.py index 4c9705fd..950abedc 100644 --- a/tests/commands/test_lib.py +++ b/tests/commands/test_lib.py @@ -202,7 +202,7 @@ def test_global_lib_update(clirunner, validate_cliresult): # update rest libraries result = clirunner.invoke(cmd_lib, ["-g", "update"]) validate_cliresult(result) - assert result.output.count("[Fixed]") == 6 + assert result.output.count("[Detached]") == 6 assert result.output.count("[Up-to-date]") == 11 assert "Uninstalling RFcontrol @ 77d4eb3f8a" in result.output