Skip to content

Commit

Permalink
Merge pull request #53 from atlarge-research/fzovpec/15-04-24/Fixing-…
Browse files Browse the repository at this point in the history
…Test-Description

Fixed typo successfully in test description
  • Loading branch information
fzovpec authored Apr 15, 2024
2 parents d250940 + 8227907 commit c9af92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server_check/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def execute(self, disable_colors=False):
return success

test_cases = [
TestCase(start_script, "chat_server_001", "Server starts successfuly", ['TR5']),
TestCase(start_script, "chat_server_001", "Server starts successfully", ['TR5']),
TestCase(log_in, "chat_server_002", "Log in with unique name and expect success", ['PR2', 'PR3']),
TestCase(log_in_duplicate, "chat_server_003", "Log in with duplicate name and expect failure", ['PR5']),
TestCase(list_users, "chat_server_004", "Log in, list users and expect success", ['PR8', 'PR9']),
Expand Down

0 comments on commit c9af92f

Please sign in to comment.