Skip to content

Commit c4e2a87

Browse files
committed
Fix test
1 parent c4112e2 commit c4e2a87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/commands/test_lib_complex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from platformio.util import strip_ansi_codes
2424

2525
PlatformioCLI.leftover_args = ["--json-output"] # hook for click
26-
ARDUINO_JSON_VERSION = "6.21.5"
26+
ARDUINO_JSON_VERSION = "6.21.6"
2727

2828

2929
def test_search(clirunner, validate_cliresult):

0 commit comments

Comments
 (0)