Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
chinganc committed Nov 19, 2024
1 parent fbb3d40 commit 418a6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
print_color(f'LLM: {response}', 'green')
except FileNotFoundError as e:
print_color(f'Error: {e}', 'red')
print_colorf('Omit the test.', 'yellow')
print_color('Omit the test.', 'yellow')

0 comments on commit 418a6cd

Please sign in to comment.