From 506a08c7cf80dbba174c780d86faac49e9931370 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 31 May 2022 14:04:49 +0300 Subject: [PATCH] Fix tests --- tests/commands/pkg/test_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/commands/pkg/test_install.py b/tests/commands/pkg/test_install.py index d2aa25d6..3f3fcc96 100644 --- a/tests/commands/pkg/test_install.py +++ b/tests/commands/pkg/test_install.py @@ -395,7 +395,7 @@ def test_custom_project_libraries( ) assert pkgs_to_specs(lm.get_installed()) == [ PackageSpec("ArduinoJson@5.13.4"), - PackageSpec("Nanopb@0.4.6+3"), + PackageSpec("Nanopb@0.4.6+4"), ] assert config.get("env:devkit", "lib_deps") == [ "bblanchon/ArduinoJson@^5",