Skip to content

Commit

Permalink
Missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelB1011 committed Aug 22, 2024
1 parent d3eb7c2 commit e74da0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_translator/test_lexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ def test_data_types_tokenization():
try:
tokenize_code(code)
except SyntaxError:
pytest.fail("Data types tokenization not implemented.")
pytest.fail("Data types tokenization not implemented.")

0 comments on commit e74da0a

Please sign in to comment.