diff --git a/platform/platform-tests/testSrc/com/intellij/codeInsight/inline/completion/logs/TestInlineCompletionLogs.kt b/platform/platform-tests/testSrc/com/intellij/codeInsight/inline/completion/logs/TestInlineCompletionLogs.kt index d3f3886a22db..e6e11f1fe3b4 100644 --- a/platform/platform-tests/testSrc/com/intellij/codeInsight/inline/completion/logs/TestInlineCompletionLogs.kt +++ b/platform/platform-tests/testSrc/com/intellij/codeInsight/inline/completion/logs/TestInlineCompletionLogs.kt @@ -19,8 +19,7 @@ import kotlin.test.assertTrue @ApiStatus.Internal object TestInlineCompletionLogs { private fun getSessionLogs(events: List): List = events.filter { - it.group.id == InlineCompletionLogs.GROUP.id - it.event.id == InlineCompletionLogs.Session.SESSION_EVENT.eventId + it.group.id == InlineCompletionLogs.GROUP.id && it.event.id == InlineCompletionLogs.Session.SESSION_EVENT.eventId } /**