Skip to content

Commit bd83fa2

Browse files
committed
Correct method name and cleanup etc folder iluwatar#264
1 parent 30ca1ea commit bd83fa2

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

decorator/etc/decorator.png

21.3 KB
Loading

decorator/etc/decorator_1.png

-29.2 KB
Binary file not shown.

decorator/src/test/java/com/iluwatar/decorator/SmartHostileTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
public class SmartHostileTest {
1515

1616
@Test
17-
public void testSmartTroll() throws Exception {
17+
public void testSmartHostile() throws Exception {
1818
// Create a normal troll first, but make sure we can spy on it later on.
1919
final Hostile simpleTroll = spy(new Troll());
2020

0 commit comments

Comments
 (0)