We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611c1ce commit f70f81cCopy full SHA for f70f81c
http-scalafix/scalafix-tests/src/test/scala/org/apache/pekko/http/fix/RuleSuite.scala
@@ -13,9 +13,9 @@
13
14
package org.apache.pekko.http.fix
15
16
-import org.scalatest.FunSpecLike
+import org.scalatest.funspec.AnyFunSpecLike
17
import scalafix.testkit.AbstractSemanticRuleSuite
18
19
-class RuleSuite extends AbstractSemanticRuleSuite with FunSpecLike {
+class RuleSuite extends AbstractSemanticRuleSuite with AnyFunSpecLike {
20
runAllTests()
21
}
0 commit comments