inverting condition to match the article

This commit is contained in:
Ulisses Lima 2023-01-27 13:32:59 -03:00
parent b5d8f4e93c
commit b389ecad46
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class InMemoryCompilationUnitTest {
boolean result = task.call();
if (result) {
if (!result) {
diagnostics.getDiagnostics()
.forEach(d -> LOGGER.error(String.valueOf(d)));
} else {