Merge branch 'stable-3.10' * stable-3.10: Bump Gerrit to v3.10.0-rc2 Change-Id: I6e1790e0d1f06d100049a9612394b51f8bdf4a62
diff --git a/src/test/scala/com/googlesource/gerrit/plugins/analytics/common/BotLikeExtractorImplSpec.scala b/src/test/scala/com/googlesource/gerrit/plugins/analytics/common/BotLikeExtractorImplSpec.scala index 83e3871..0871b41 100644 --- a/src/test/scala/com/googlesource/gerrit/plugins/analytics/common/BotLikeExtractorImplSpec.scala +++ b/src/test/scala/com/googlesource/gerrit/plugins/analytics/common/BotLikeExtractorImplSpec.scala
@@ -14,11 +14,13 @@ package com.googlesource.gerrit.plugins.analytics.common +import com.google.gerrit.acceptance.UseLocalDisk import com.googlesource.gerrit.plugins.analytics.AnalyticsConfig import com.googlesource.gerrit.plugins.analytics.test.GerritTestDaemon import org.scalatest.flatspec.AnyFlatSpecLike import org.scalatest.matchers.should.Matchers +@UseLocalDisk class BotLikeExtractorImplSpec extends AnyFlatSpecLike with Matchers with GerritTestDaemon { behavior of "isBotLike"