Skip to content

Commit

Permalink
fix: debug failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaars committed Mar 26, 2024
1 parent 7d0aaca commit 21bcc7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ protected AttackResult trackProgress(AttackResult attackResult) {
} else {
userTracker.assignmentFailed(webSession.getCurrentLesson());
}
userTrackerRepository.save(userTracker);
userTrackerRepository.saveAndFlush(userTracker);

return attackResult;
}
Expand Down

0 comments on commit 21bcc7a

Please sign in to comment.