Skip to content

Commit 643b1f7

Browse files
committed
updated DD7 w/Samantha
1 parent b8dc3fb commit 643b1f7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
0 Bytes
Binary file not shown.

TeachingKidsProgramming/src/org/teachingkidsprogramming/section07events/DeepDive07Events.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public void checkOutThePizza() throws Exception
9696
pizza.addTopping(Topping.Cheese);
9797
pizza.____();
9898
boolean likedIt = cecil.eatPizza(pizza);
99-
Assert.assertTrue("Cecil sends it back! Wrong pizza!", likedIt);
99+
Assert.assertTrue("Cecil sends it back, raw pizza!", likedIt);
100100
}
101101
@Test
102102
public void feedAllTheNinjas() throws Exception

0 commit comments

Comments
 (0)