Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Mar 5, 2024
1 parent adb2519 commit 9748fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cli/test_cli_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def test_update() -> None:

threading.Thread(target=tests.helpers.wait_and_set_bootloader).start()
result = runner.invoke(cli, ["update", "--language", "cs"])
print(result.output)
expected_version = "6.1.0"
expected_uf2_filename = circfirm.backend.get_uf2_filename(
"feather_m4_express", expected_version, language="cs"
Expand Down

0 comments on commit 9748fbd

Please sign in to comment.