forked from External/mage
Dev: removed test data from resources to data folder;
This commit is contained in:
parent
c899c332b8
commit
fa70af6131
20 changed files with 51 additions and 16 deletions
|
|
@ -24,7 +24,7 @@ public class ConfigFactoryTest {
|
|||
@DisplayName("should fail if config is malformed")
|
||||
void failOnMalformed() {
|
||||
assertThatExceptionOfType(ConfigurationException.class)
|
||||
.isThrownBy(() -> ConfigFactory.loadFromFile(Paths.get("src", "test", "resources", "config_error.xml").toString()));
|
||||
.isThrownBy(() -> ConfigFactory.loadFromFile(Paths.get("src", "test", "data", "config_error.xml").toString()));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue