From 2623b91bec4816e65c29db94eec82fe64f52dc3e Mon Sep 17 00:00:00 2001 From: Merilyn Chesler Date: Tue, 19 Feb 2019 19:02:31 -0500 Subject: [PATCH 1/2] Changed wording for Test #5 PASS --- .../06_Adding Features to your Mashup/Starter Code/tester.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!" From 9a4001569bf6cf3fa6093f6456f43d332b0dede4 Mon Sep 17 00:00:00 2001 From: Merilyn Chesler Date: Tue, 19 Feb 2019 19:11:33 -0500 Subject: [PATCH 2/2] Changed wording for Test #5 PASS --- .../06_Adding Features to your Mashup/Solution Code/tester.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"