Skip to content

Commit

Permalink
Merge pull request #47 from atlarge-research/fzovpec/15-04-24/Fixed-S…
Browse files Browse the repository at this point in the history
…erver-Successful

Fix Successull Typo in Server Tests
  • Loading branch information
fzovpec authored Apr 15, 2024
2 parents b48cc6b + 549a12e commit 8a7454f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified server_check/ChatClient.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion server_check/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def start_script():
return client_process, output_buffer

def log_in(client_name="client"):
expected_output = f'Succesfully logged in as {client_name}!'
expected_output = f'Successfully logged in as {client_name}!'

client_process, output_buffer = start_script()
client_process.sendline(client_name)
Expand Down

0 comments on commit 8a7454f

Please sign in to comment.