#411 Finalize forced commands implementation

This commit is contained in:
ljacqu
2016-11-28 21:51:31 +01:00
parent f6ed39b118
commit 808ed84269
8 changed files with 56 additions and 48 deletions
@@ -42,7 +42,7 @@ public class CommandManagerTest {
private CommandManager manager;
@InjectMocks
private CommandsMigrater commandsMigrater;
private CommandMigrationService commandMigrationService;
@Rule
public TemporaryFolder temporaryFolder = new TemporaryFolder();
@@ -158,7 +158,7 @@ public class CommandManagerTest {
}
private void initManager() {
manager = new CommandManager(testFolder, bukkitService, commandsMigrater);
manager = new CommandManager(testFolder, bukkitService, commandMigrationService);
}
private void copyJarFileAsCommandsYml(String path) {