Skip to content

Commit

Permalink
Fix typo in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Mar 15, 2024
1 parent 818a34e commit 32330c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/test_cli_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_cache_clear() -> None:
"--version",
version,
"--language",
langauge,
language,
],
)
board_folder = pathlib.Path(circfirm.UF2_ARCHIVE) / board
Expand Down

0 comments on commit 32330c2

Please sign in to comment.