Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy committed Nov 4, 2024
1 parent cb266f7 commit 0e5dff2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ public static boolean testResourcesRequireReload(Set<TestResourceComparisonInfo>

private static boolean hasRestrictedToClassScope(Set<TestResourceComparisonInfo> existing) {
for (TestResourceComparisonInfo info : existing) {
if (info.scope == RESTRICTED_TO_CLASS || info.scope == MATCHING_RESOURCES) {
if (info.scope == RESTRICTED_TO_CLASS) {
return true;
}
}
Expand Down

0 comments on commit 0e5dff2

Please sign in to comment.