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 8b09f40 commit 6da7879Copy full SHA for 6da7879
http-scalafix/scalafix-tests/src/test/scala/org/apache/pekko/http/fix/RuleSuite.scala
@@ -4,9 +4,9 @@
4
5
package org.apache.pekko.http.fix
6
7
-import org.scalatest.FunSpecLike
+import org.scalatest.funspec.AnyFunSpecLike
8
import scalafix.testkit.AbstractSemanticRuleSuite
9
10
-class RuleSuite extends AbstractSemanticRuleSuite with FunSpecLike {
+class RuleSuite extends AbstractSemanticRuleSuite with AnyFunSpecLike {
11
runAllTests()
12
}
0 commit comments