mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-03 01:00:18 +01:00
Minor - remove todo comment
- Difference between the tests is actually explained in the other class' javadoc
This commit is contained in:
parent
453f61233c
commit
00c8fa3b53
@ -31,7 +31,7 @@ public class ConfigFileConsistencyTest {
|
|||||||
private static final String CONFIG_FILE = "/config.yml";
|
private static final String CONFIG_FILE = "/config.yml";
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void shouldHaveAllConfigs() throws IOException { // TODO ljacqu: How is this different from SettingsMigrationServiceTest?
|
public void shouldHaveAllConfigs() throws IOException {
|
||||||
// given
|
// given
|
||||||
File configFile = TestHelper.getJarFile(CONFIG_FILE);
|
File configFile = TestHelper.getJarFile(CONFIG_FILE);
|
||||||
FileConfiguration configuration = YamlConfiguration.loadConfiguration(configFile);
|
FileConfiguration configuration = YamlConfiguration.loadConfiguration(configFile);
|
||||||
|
Loading…
Reference in New Issue
Block a user