Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected typo in tester.py Test 5 description #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

slavabal
Copy link

Lesson3 tester.py Test 5 description was copy-pasted from the previous test. This change fixes Test 5 description in the message.

Copy link
Contributor

@13rac1 13rac1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fixes. Please amend this commit.

@@ -129,6 +129,6 @@
print err.args
sys.exit()
else:
print "Test 5 PASS: Succesfully updated first restaurant"
print "Test 5 PASS: Could not delete restaurant from server"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The corrected text should be:

print "Test 5 PASS: Successfully deleted the second restaurant from the server"

@@ -129,6 +129,6 @@
print err.args
sys.exit()
else:
print "Test 5 PASS: Succesfully updated first restaurant"
print "Test 5 PASS: Could not delete restaurant from server"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants