Correct method name and cleanup etc folder #264

This commit is contained in:
Tom.TH.Lin 2016-01-07 00:34:33 +08:00
parent 30ca1ea1fb
commit bd83fa28bb
3 changed files with 1 additions and 1 deletions

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

View File

@ -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());