Minor - remove todo comment

- Difference between the tests is actually explained in the other class' javadoc
This commit is contained in:
ljacqu 2016-03-16 21:14:31 +01:00
parent 453f61233c
commit 00c8fa3b53

View File

@ -31,7 +31,7 @@ public class ConfigFileConsistencyTest {
private static final String CONFIG_FILE = "/config.yml";
@Test
public void shouldHaveAllConfigs() throws IOException { // TODO ljacqu: How is this different from SettingsMigrationServiceTest?
public void shouldHaveAllConfigs() throws IOException {
// given
File configFile = TestHelper.getJarFile(CONFIG_FILE);
FileConfiguration configuration = YamlConfiguration.loadConfiguration(configFile);