Skip to content

Commit 496508a

Browse files
committed
Fixed Typo on Topppings
1 parent 340850c commit 496508a

File tree

2 files changed

+0
-1
lines changed

2 files changed

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ public void explodingTurtle() throws Exception
8080
this.donatello.setAnimal(Animals.ExplodedTurtle);
8181
Assert.assertTrue("The ninja is still alive!", ninja.isDead());
8282
}
83-
//fix comparitor
8483
@Test
8584
public void feedTheNinja() throws Exception
8685
{

0 commit comments

Comments
 (0)