Closed SaaiVenkat closed 10 months ago
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
14e70e3
) 87.34% compared to head (2b97292
) 87.34%. Report is 7 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
#2608
resource.getChild()
when mocking theContentFragment
causes the issue, sorting the elements loaded by the resource will solve the issue.streams().sorted()
to sort the key set, and I have collected the values inList
to make sure the order remains constant across different runs.