From d52a90d12652e15f762c3f7dc40dd50e6233e826 Mon Sep 17 00:00:00 2001 From: Vitaliy Bibaev Date: Mon, 5 Aug 2019 20:22:38 +0300 Subject: [PATCH] [stats-collector] Fix broken test GitOrigin-RevId: db52f3256c3e3bd09be07ecdb7c462dedc9226c0 --- .../com/intellij/stats/completion/CompletionEventsLoggingTest.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/stats-collector/test/com/intellij/stats/completion/CompletionEventsLoggingTest.kt b/plugins/stats-collector/test/com/intellij/stats/completion/CompletionEventsLoggingTest.kt index 62938cd547ce..25e5edaba8f6 100644 --- a/plugins/stats-collector/test/com/intellij/stats/completion/CompletionEventsLoggingTest.kt +++ b/plugins/stats-collector/test/com/intellij/stats/completion/CompletionEventsLoggingTest.kt @@ -75,6 +75,7 @@ class CompletionEventsLoggingTest : CompletionLoggingTestBase() { COMPLETION_STARTED, TYPE, TYPE, + TYPE, COMPLETION_CANCELED ) }