Correct method name and cleanup etc folder #264
This commit is contained in:
parent
30ca1ea1fb
commit
bd83fa28bb
Binary file not shown.
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 29 KiB |
Binary file not shown.
Before Width: | Height: | Size: 29 KiB |
@ -14,7 +14,7 @@ import static org.mockito.internal.verification.VerificationModeFactory.times;
|
|||||||
public class SmartHostileTest {
|
public class SmartHostileTest {
|
||||||
|
|
||||||
@Test
|
@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.
|
// Create a normal troll first, but make sure we can spy on it later on.
|
||||||
final Hostile simpleTroll = spy(new Troll());
|
final Hostile simpleTroll = spy(new Troll());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user