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..d370ca3 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: Succesfully deleted second restaurant" 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..d370ca3 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: Succesfully deleted second restaurant" print "ALL TESTS PASSED!"