Skip to content

Commit dc28189

Browse files
committed
fix: Checksum change of test result
1 parent 68b77f7 commit dc28189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log4j-core-test/src/test/java/org/apache/logging/log4j/core/config/plugins/processor/GraalVmProcessorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ void whenNoGroupIdAndArtifactId_thenWarningIsPrinted(@TempDir(cleanup = CleanupM
229229
}
230230
// The generated folder name should be deterministic and based solely on the descriptor content.
231231
// If the descriptor changes, this test and the expected folder name must be updated accordingly.
232-
assertThat(reachabilityMetadataFolders).hasSize(1).containsExactly(path.resolve("e51e0522"));
232+
assertThat(reachabilityMetadataFolders).hasSize(1).containsExactly(path.resolve("72c240aa"));
233233
assertThat(reachabilityMetadataFolders.get(0).resolve("reflect-config.json"))
234234
.as("Reachability metadata file")
235235
.exists();

0 commit comments

Comments
 (0)