Skip to content

Commit 93a1680

Browse files
committed
rebased on master and solved merge conflicts
1 parent 31e3021 commit 93a1680

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/test/java/org/frankframework/flow/configuration/ConfigurationServiceTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,7 @@ void addConfiguration_Success() throws Exception {
346346
AdapterLocationDTO result = configurationService.addConfiguration("myproject", target.toString());
347347

348348
assertNotNull(result);
349-
350-
Path expectedFile = projectDir.resolve("NewConfig.xml");
351-
assertTrue(Files.exists(expectedFile), "NewConfig.xml should be created on disk");
349+
assertTrue(Files.exists(target), "NewConfig.xml should be created inside src/main/configurations");
352350
verify(fileTreeService).invalidateTreeCache("myproject");
353351
}
354352

0 commit comments

Comments
 (0)