Skip to content

Commit

Permalink
Added one line
Browse files Browse the repository at this point in the history
  • Loading branch information
susmitha2002 committed Apr 23, 2024
1 parent 49d267a commit 36769b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/tests/test_validate_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def test_error_message_return_and_return_type(self):
line_num_thousand = 1000

msg = 'This is a unit test'
msg2 ="this is unew message"

err_msg_unity = error_message(line_num_unity, msg)
err_msg_ten = error_message(line_num_ten, msg)
Expand Down

0 comments on commit 36769b5

Please sign in to comment.