67: Increase target in test data to 10 for supervisor 'Eric Employee'

This commit is contained in:
Tom Zhao 2025-01-30 09:20:56 +01:00
parent 8a44bc8eb3
commit 6e31fca410

@ -259,7 +259,7 @@ public class DataInitializer implements Lifecycle {
private void createTarget() {
Target target = new Target(eric_employee, applicationPeriod, bachelorClass);
target.setTarget(2);
target.setTarget(10);
save(target);
}