Skip to content

Commit f48267b

Browse files
committed
Fix test race-condition
1 parent 818798e commit f48267b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db-scheduler/src/test/java/com/github/kagkarlsson/scheduler/helper/TestableRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ public void register(ExecutionStatsEvent e) {
6161

6262
@Override
6363
public void registerSingleCompletedExecution(ExecutionComplete completeEvent) {
64-
applyToConditions(completeEvent);
6564
completed.add(completeEvent);
65+
applyToConditions(completeEvent);
6666
log(completeEvent);
6767
}
6868

0 commit comments

Comments
 (0)