From c16167d483aebc5759f1bebe3977a8be79fb6377 Mon Sep 17 00:00:00 2001 From: Slava Balashov Date: Sat, 9 Feb 2019 21:43:22 -0800 Subject: [PATCH] Corrected typo in tester.py Test 5 description --- .../06_Adding Features to your Mashup/Solution Code/tester.py | 2 +- .../06_Adding Features to your Mashup/Starter Code/tester.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Lesson_3/06_Adding Features to your Mashup/Solution Code/tester.py b/Lesson_3/06_Adding Features to your Mashup/Solution Code/tester.py index b6373d8..2adf8f7 100755 --- a/Lesson_3/06_Adding Features to your Mashup/Solution Code/tester.py +++ b/Lesson_3/06_Adding Features to your Mashup/Solution Code/tester.py @@ -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" print "ALL TESTS PASSED!" diff --git a/Lesson_3/06_Adding Features to your Mashup/Starter Code/tester.py b/Lesson_3/06_Adding Features to your Mashup/Starter Code/tester.py index b6373d8..2adf8f7 100755 --- a/Lesson_3/06_Adding Features to your Mashup/Starter Code/tester.py +++ b/Lesson_3/06_Adding Features to your Mashup/Starter Code/tester.py @@ -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" print "ALL TESTS PASSED!"