Skip to content

Commit

Permalink
Development: Fix failing LearningPathIntegrationTests (#10203)
Browse files Browse the repository at this point in the history
  • Loading branch information
N0W0RK authored Jan 26, 2025
1 parent 49f6cd0 commit 6b1b58d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/jacoco.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ext {
"CLASS": 2
],
"atlas" : [
"INSTRUCTION": 0.860,
"INSTRUCTION": 0.850,
"CLASS": 12
],
"buildagent" : [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public class LearnerProfile extends DomainObject {
private User user;

@OneToMany(mappedBy = "learnerProfile", cascade = CascadeType.ALL, orphanRemoval = true, fetch = FetchType.LAZY)
@Cache(usage = CacheConcurrencyStrategy.NONSTRICT_READ_WRITE)
@JsonIgnoreProperties("learnerProfile")
private Set<CourseLearnerProfile> courseLearnerProfiles = new HashSet<>();

Expand Down

0 comments on commit 6b1b58d

Please sign in to comment.