Add tests for single file attribute updater

This commit is contained in:
RatzzFatzz
2025-12-25 14:28:18 +01:00
parent f18fdbdda6
commit 94365651ff
6 changed files with 124 additions and 22 deletions

View File

@@ -59,7 +59,7 @@ public class CoherentAttributeUpdater extends SingleFileAttributeUpdater {
return; // match was found and process must be stopped
}
// Couldn't match any config at current level. Resetting changes and trying to one level deeper
// Couldn't match any config at current level. Resetting changes and trying one level deeper
matchedFiles.forEach(fileInfo -> {
fileInfo.resetChanges();
fileInfo.setMatchedConfig(null);