Skip to content

Commit

Permalink
[FIX] fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cr0a3 committed Sep 14, 2024
1 parent 41dc821 commit 7842f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install python
run: |
sudo apt install python3 pip3 -y
sudo apt install python3 python3-pip -y
pip3 install colorama
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion tools/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Fore.GREEN + str(passed) + Style.RESET_ALL +
" tests exited sucessfully and " +
Fore.RED + str(failed) + Style.RESET_ALL +
" faild"
" failed"
)

if failed != 0:
Expand Down

0 comments on commit 7842f3e

Please sign in to comment.