mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-20 10:24:53 +00:00
Correct method name and cleanup etc folder #264
This commit is contained in:
@@ -14,7 +14,7 @@ import static org.mockito.internal.verification.VerificationModeFactory.times;
|
||||
public class SmartHostileTest {
|
||||
|
||||
@Test
|
||||
public void testSmartTroll() throws Exception {
|
||||
public void testSmartHostile() throws Exception {
|
||||
// Create a normal troll first, but make sure we can spy on it later on.
|
||||
final Hostile simpleTroll = spy(new Troll());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user