Skip to content

Commit 5e1cc2b

Browse files
committed
Updated DD7 w/Samantha
1 parent 3c65e84 commit 5e1cc2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)