Skip to content

Commit faa2095

Browse files
committed
fix
1 parent 264587b commit faa2095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jdk_8_maven/em/external/rest/features-service/src/main/java/em/external/org/javiermf/features/ExternalEvoMasterController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public void postStart() {
162162
to consistently manage data by evomaster
163163
*/
164164
DbCleaner.clearDatabase_H2(sqlConnection);
165-
dbSpecification = Arrays.asList(new DbSpecification(DatabaseType.H2,sqlConnection).withInitSqlOnResourcePath(initSQLScript));
165+
dbSpecification = Arrays.asList(new DbSpecification(DatabaseType.H2,sqlConnection).withInitSqlScript(initSQLScript));
166166
} catch (Exception e) {
167167
throw new RuntimeException(e);
168168
}

0 commit comments

Comments
 (0)