Skip to content

Commit

Permalink
Update ComparisonPlaceTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-mlb committed May 25, 2024
1 parent ed08209 commit 4491832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/emissary/place/ComparisonPlaceTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void testProcessHDPlaceBChanges() throws Exception {
testComparisonPlace(PROCESSHD_PLACE_B_CHANGES, logMessage);
}

private static void testComparisonPlace(final String configuration, final @Nullable String logMessage) throws Exception {
private static void testComparisonPlace(final String configuration, @Nullable final String logMessage) throws Exception {
try (LogbackTester logbackTester = new LogbackTester(ComparisonPlace.class.getName())) {
final ComparisonPlace comparisonPlace = new ComparisonPlace(null, null, configuration);
final byte[] data = configuration.getBytes(StandardCharsets.UTF_8);
Expand Down

0 comments on commit 4491832

Please sign in to comment.