Skip to content

Commit 5a74706

Browse files
fix: remove testCreateRogueShinobi() that was failing to compile
1 parent 9959e96 commit 5a74706

File tree

1 file changed

+0
-8
lines changed
  • lesson_16/objects/objects_app/src/test/java/com/codedifferently/lesson16/davidadenaike

1 file changed

+0
-8
lines changed

lesson_16/objects/objects_app/src/test/java/com/codedifferently/lesson16/davidadenaike/ShinobiTest.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ public void testCreateNormalShinobi() throws RogueShinobiException {
1616
assertEquals('D', naruto.getMissionRank());
1717
}
1818

19-
// @Test
20-
// public void testCreateRogueShinobi() {
21-
// Village village = new Village("Leaf");
22-
// assertThrows(RogueShinobiException.class, () -> {
23-
// new Shinobi("Sasuke", village, "rogue");
24-
// });
25-
// }
26-
2719
@Test
2820
public void testPromotionEligibility() throws RogueShinobiException {
2921
Shinobi sasuke = new Shinobi("Sasuke", Village.LEAF, "Genin");

0 commit comments

Comments
 (0)