Skip to content

Commit 06d11f6

Browse files
jorbaumZPascal
authored andcommitted
feat: Update the tests
1 parent 5e78e83 commit 06d11f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-test/src/test/java/org/cloudfoundry/operations/ApplicationsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2205,7 +2205,7 @@ private static Mono<String> getAppGuidFromAppName(
22052205
}
22062206

22072207
private static Log checkOneLogEntry(Log log) {
2208-
assertThat(log.getType().equals(LogType.OUT));
2208+
assertThat(log.getType()).isEqualTo(LogType.OUT);
22092209
OperationsLogging.log("one log entry: " + log.getType() + " " + log.getPayloadAsText());
22102210
return log;
22112211
}

0 commit comments

Comments
 (0)